summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2/ngx_http_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.Piotr Sikora1-0/+1
2017-06-02HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora1-1/+1
2017-06-02HTTP/2: make SETTINGS ACK frame reusable.Piotr Sikora1-25/+31
2017-06-02HTTP/2: send SETTINGS ACK after applying all SETTINGS params.Piotr Sikora1-2/+2
2017-06-02HTTP/2: emit new frames only after applying all SETTINGS params.Piotr Sikora1-6/+11
2017-05-30HTTP/2: add debug logging of pseudo-headers and cookies.Piotr Sikora1-20/+28
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-23/+2
2017-04-24HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev1-23/+5
2017-04-24HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.Valentin Bartenev1-0/+38
2017-03-26HTTP/2: style and typos.Piotr Sikora1-5/+6
2017-03-29HTTP/2: fixed connection finalization.Valentin Bartenev1-3/+8
2017-03-29HTTP/2: fixed stream finalization.Valentin Bartenev1-0/+3
2017-03-26HTTP/2: emit PROTOCOL_ERROR on padding errors.Piotr Sikora1-2/+4
2017-03-26HTTP/2: fix flow control with padded DATA frames.Piotr Sikora1-10/+12
2016-12-10HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev1-2/+4
2016-11-28HTTP/2: fixed posted streams handling.Valentin Bartenev1-25/+2
2016-11-28HTTP/2: fixed saving preread buffer to temp file (ticket #1143).Valentin Bartenev1-0/+3
2016-10-31HTTP/2: slightly improved debugging.Ruslan Ermilov1-3/+4
2016-10-31HTTP/2: limited maximum number of requests in connection.Valentin Bartenev1-8/+22
2016-10-20HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev1-9/+38
2016-10-10Allowed '-' in method names.Maxim Dounin1-1/+1
2016-07-19HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev1-2/+18
2016-07-19HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev1-10/+10
2016-07-19HTTP/2: fixed send timer handling.Valentin Bartenev1-1/+1
2016-07-19HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev1-0/+10
2016-07-19HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev1-1/+1
2016-06-16HTTP/2: fixed the "http request count is zero" alert.Valentin Bartenev1-0/+1
2016-06-16HTTP/2: avoid adding Content-Length for requests without body.Valentin Bartenev1-2/+4
2016-06-16HTTP/2: prevented double termination of a stream.Valentin Bartenev1-0/+5
2016-06-16HTTP/2: fixed a segfault while processing unbuffered upload.Valentin Bartenev1-4/+0
2016-05-24HTTP/2: unbreak build on MSVC.Valentin Bartenev1-1/+1
2016-05-24HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev1-43/+109
2016-04-19HTTP/2: send the output queue after emitting WINDOW_UPDATE.Valentin Bartenev1-0/+10
2016-04-19HTTP/2: skip data frames in case of internal errors.Valentin Bartenev1-0/+2
2016-04-19HTTP/2: don't send WINDOW_UPDATE for an empty request body.Valentin Bartenev1-12/+13
2016-04-18HTTP/2: write logs when refusing streams with data.Maxim Dounin1-0/+4
2016-04-14HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR.Valentin Bartenev1-0/+22
2016-04-14HTTP/2: refuse streams with data until SETTINGS is acknowledged.Valentin Bartenev1-1/+7
2016-04-14HTTP/2: deduplicated some code in ngx_http_v2_state_headers().Valentin Bartenev1-18/+13
2016-04-01HTTP/2: support for unbuffered upload of request body.Valentin Bartenev1-2/+125
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev1-241/+221
2016-04-01HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.Valentin Bartenev1-14/+24
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2016-03-21HTTP/2: improved debugging of sending control frames.Valentin Bartenev1-2/+13
2016-02-24HTTP/2: implemented per request timeouts (closes #626).Valentin Bartenev1-39/+137
2016-02-24HTTP/2: always use temporary pool for processing headers.Valentin Bartenev1-25/+34
2016-02-24HTTP/2: cleaned up state while closing stream.Valentin Bartenev1-0/+4
2016-02-02HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.Valentin Bartenev1-1/+11
2016-02-02HTTP/2: fixed request length accounting.Valentin Bartenev1-1/+10
2016-02-02HTTP/2: fixed excessive memory allocation for pool cleanup.Valentin Bartenev1-1/+1