Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a591ef25a30ca26bd657ed835dce60533b1053bf
/
src
/
proto_http.c
a591ef2
BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
by Christopher Faulet
· 9 years ago
bcd0336
BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
by Willy Tarreau
· 9 years ago
9555872
BUG/MINOR: http/sample: gmtime/localtime can fail
by Thierry FOURNIER
· 9 years ago
294e467
BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
by Willy Tarreau
· 9 years ago
5b7f924
BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body
by Willy Tarreau
· 10 years ago
1c3a612
MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
by Willy Tarreau
· 10 years ago
5564555
MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230
by Willy Tarreau
· 10 years ago
660418d
BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
by Willy Tarreau
· 10 years ago
49efa26
BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request
by Willy Tarreau
· 10 years ago
e77bc17
BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1
by Willy Tarreau
· 10 years ago
4db603d
DOC: http: update the comments about the rules for determining transfer-length
by Willy Tarreau
· 10 years ago
dfa3d92
BUG/MEDIUM: http: remove content-length from chunked messages
by Willy Tarreau
· 10 years ago
2943734
BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
by Willy Tarreau
· 10 years ago
06170c5
BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax
by Thierry FOURNIER
· 10 years ago
8e05ac2
BUG/MAJOR: http: don't read past buffer's end in http_replace_value
by Thierry FOURNIER
· 10 years ago
a256fae
BUG/MINOR: http: abort request processing on filter failure
by Willy Tarreau
· 10 years ago
64abdf1
BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
by Willy Tarreau
· 10 years ago
fcf75d2
BUG/MEDIUM: http: make http-request set-header compute the string before removal
by Willy Tarreau
· 10 years ago
14acc65
BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
by Willy Tarreau
· 10 years ago
543b978
BUG/MINOR: parse: refer curproxy instead of proxy
by Godbach
· 10 years ago
b301654
BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
by Godbach
· 10 years ago
de8ca96
BUG/MINOR: stats: correctly set the request/response analysers
by Willy Tarreau
· 10 years ago
17f7707
BUG/MINOR: log: fix request flags when keep-alive is enabled
by Cyril Bonté
· 10 years ago
8767b13
BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
by Willy Tarreau
· 10 years ago
2e47a3a
BUG/MEDIUM: http: adjust close mode when switching to backend
by Willy Tarreau
· 10 years ago
0cb4b89
MEDIUM: http: enable header manipulation for 101 responses
by Willy Tarreau
· 10 years ago
b4d0509
BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
by Willy Tarreau
· 10 years ago
71196f3
BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
by Willy Tarreau
· 10 years ago
c62a0c6
BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
by Willy Tarreau
· 10 years ago
fc566b5
BUG/MEDIUM: http: tarpit timeout is reset
by Thierry FOURNIER
· 10 years ago
a772b94
BUG: config: error in http-response replace-header number of arguments
by Baptiste Assmann
· 10 years ago
0dff81c
BUG/MINOR: http: base32+src should use the big endian version of base32
by Willy Tarreau
· 10 years ago
5bebcd0
BUG/MAJOR: http: correctly rewind the request body after start of forwarding
by Willy Tarreau
· 10 years ago
463ae6f
BUILD: http: fix isdigit & isspace warnings on Solaris
by Willy Tarreau
· 10 years ago
a4ba9db
BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process()
by Willy Tarreau
· 10 years ago
c177ea7
BUG/MINOR: counters: do not untrack counters before logging
by Willy Tarreau
· 10 years ago
c1fbbd4
BUG/MEDIUM: http: fetch "base" is not compatible with set-header
by Willy Tarreau
· 10 years ago
8f249f4
BUG/MINOR: config: http-request replace-header arg typo
by Baptiste Assmann
· 10 years ago
2a4f511
BUG/MAJOR: session: revert all the crappy client-side timeout changes
by Willy Tarreau
· 10 years ago
c9c2daf
MEDIUM: regex: Remove null terminated strings.
by Thierry FOURNIER
· 10 years ago
09af0d6
MEDIUM: regex: replace all standard regex function by own functions
by Thierry FOURNIER
· 10 years ago
b854392
BUG/MINOR: http: fix typos in previous patch
by Willy Tarreau
· 10 years ago
218f064
MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp
by Sasha Pachev
· 10 years ago
4bfc580
MEDIUM: session: maintain per-backend and per-server time statistics
by Willy Tarreau
· 10 years ago
54da8db
MINOR: capture: extend the captures to support non-header keys
by Willy Tarreau
· 10 years ago
1592d1e
CLEANUP: http: don't clear CF_READ_NOEXP twice
by Willy Tarreau
· 10 years ago
77d2902
BUG/MEDIUM: http: clear CF_READ_NOEXP when preparing a new transaction
by Willy Tarreau
· 10 years ago
c600204
BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace()
by Sasha Pachev
· 10 years ago
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· 10 years ago
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· 10 years ago
3bed5e9
BUG/MEDIUM: http: disable server-side expiration until client has sent the body
by Willy Tarreau
· 10 years ago
b9edf8f
BUG/MEDIUM: http: correctly report request body timeouts
by Willy Tarreau
· 10 years ago
b1982e2
BUG/MEDIUM: http/session: disable client-side expiration only after body
by Willy Tarreau
· 11 years ago
07c8b24
MINOR: http: export the smp_fetch_cookie function
by William Lallemand
· 11 years ago
644c101
BUG/MAJOR: http: connection setup may stall on balance url_param
by Willy Tarreau
· 11 years ago
0b74833
MEDIUM: http: make http-request rules processing return a verdict instead of a rule
by Willy Tarreau
· 11 years ago
ae3c010
MEDIUM: http: factorize the "auth" action of http-request and stats
by Willy Tarreau
· 11 years ago
f75e5c3
MINOR: http: remove the now unused loop over "block" rules
by Willy Tarreau
· 11 years ago
353bc9f
CLEANUP: proxy: rename "block_cond" to "block_rules"
by Willy Tarreau
· 11 years ago
5bd6759
MINOR: http: silently support the "block" action for http-request
by Willy Tarreau
· 11 years ago
5254259
MEDIUM: http: remove even more of the spaghetti in the request path
by Willy Tarreau
· 11 years ago
179085c
MEDIUM: http: move Connection header processing earlier
by Willy Tarreau
· 11 years ago
6541083
BUG/MINOR: http: block rules forgot to increment the session's request counter
by Willy Tarreau
· 11 years ago
5fa7082
BUG/MINOR: http: block rules forgot to increment the denied_req counter
by Willy Tarreau
· 11 years ago
bbba2a8
MEDIUM: http: jump to dedicated labels after http-request processing
by Willy Tarreau
· 11 years ago
5e9edce
MEDIUM: http: move reqadd after execution of http_request redirect
by Willy Tarreau
· 11 years ago
cfe7fdd
MINOR: http: rely on the message body parser to send 100-continue
by Willy Tarreau
· 11 years ago
e6d2416
BUG/MINOR: http: log 407 in case of proxy auth
by Willy Tarreau
· 11 years ago
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· 11 years ago
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· 11 years ago
6c09c2c
BUILD: http: remove a warning on strndup
by Willy Tarreau
· 11 years ago
73025dd
MEDIUM: http: register http-request and http-response keywords
by William Lallemand
· 11 years ago
fabcbe0
MEDIUM: http: ACL and MAP updates through http-(request|response) rules
by Baptiste Assmann
· 11 years ago
6d8bac7
BUG/MAJOR: http: fix the 'next' pointer when performing a redirect
by Willy Tarreau
· 11 years ago
3c1b5ec
MINOR: http: add capture.req.ver and capture.res.ver
by Willy Tarreau
· 11 years ago
f118d9f
REORG: http: move HTTP Connection response header parsing earlier
by Willy Tarreau
· 11 years ago
70730dd
MEDIUM: http: enable analysers to have keep-alive on stats
by Willy Tarreau
· 11 years ago
5897567
CLEANUP: http: remove the useless "if (1)" inherited from version 1.4
by Willy Tarreau
· 11 years ago
f1fd9dc
CLEANUP: general: get rid of all old occurrences of "session *t"
by Willy Tarreau
· 11 years ago
628c40c
MEDIUM: http: move skipping of 100-continue earlier
by Willy Tarreau
· 11 years ago
4d1f128
BUG/MEDIUM: http: 100-continue responses must process the next part immediately
by Willy Tarreau
· 11 years ago
efdf094
BUG/MAJOR: http: fix timeouts during data forwarding
by Willy Tarreau
· 11 years ago
af3cf70
MEDIUM: stats: reimplement HTTP keep-alive on the stats page
by Willy Tarreau
· 11 years ago
b2c6a78
BUG/MINOR: http: don't report server aborts as client aborts
by Willy Tarreau
· 11 years ago
38b3aa5
BUG/MAJOR: http: fix bug in parse_qvalue() when selecting compression algo
by Willy Tarreau
· 11 years ago
3ce10ff
CLEANUP: http: remove all calls to http_silent_debug()
by Willy Tarreau
· 11 years ago
d351021
CLEANUP: http: document the response forwarding states
by Willy Tarreau
· 11 years ago
bed410e
MAJOR: http: centralize data forwarding in the request path
by Willy Tarreau
· 11 years ago
32b5ab2
MEDIUM: http: only allocate the temporary compression buffer when needed
by Willy Tarreau
· 11 years ago
d5a6783
MINOR: http: further cleanups of response forwarding function
by Willy Tarreau
· 11 years ago
c623c17
MEDIUM: http: start to centralize the forwarding code
by Willy Tarreau
· 11 years ago
168ebc5
MEDIUM: http: cleanup: centralize a little bit HTTP compression end
by Willy Tarreau
· 11 years ago
7f2f8d5
MAJOR: http/compression: fix chunked-encoded response processing
by Willy Tarreau
· 11 years ago
5fb0abd
MAJOR: http: re-enable compression on chunked encoding
by Willy Tarreau
· 11 years ago
b59c7bf
MEDIUM: http: headers must be forwarded even if data was already inspected
by Willy Tarreau
· 11 years ago
6fef8ae
BUG/MINOR: http: deinitialize compression after a compression error
by Willy Tarreau
· 11 years ago
d01f426
BUG/MINOR: http: deinitialize compression after a parsing error
by Willy Tarreau
· 11 years ago
7ba2354
MEDIUM: http: forward headers again while waiting for connection to complete
by Willy Tarreau
· 11 years ago
1234f4a
MAJOR: http: reset msg->sov after headers are forwarded
by Willy Tarreau
· 11 years ago
211cdec
MEDIUM: http: add a small helper to compute how far to rewind to find headers
by Willy Tarreau
· 11 years ago
Next »