haproxy/include
Willy Tarreau 1234f4a210 MAJOR: http: reset msg->sov after headers are forwarded
In order to avoid abusively relying on buf->o to guess how many bytes to
rewind during a redispatch, we now clear msg->sov. Thus the meaning of this
field is exactly "how many bytes of headers are left to be forwarded". It
is still possible to rewind because msg->eoh + msg->eol equal that value
before scheduling the forwarding, so we can always subtract them.
2014-04-22 23:15:28 +02:00
..
common REORG: cfgparse: move server keyword parsing to server.c 2014-03-31 10:42:03 +02:00
import
proto MAJOR: http: reset msg->sov after headers are forwarded 2014-04-22 23:15:28 +02:00
types MAJOR: http: do not use msg->sol while processing messages or forwarding data 2014-04-22 23:15:28 +02:00