MEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 12:56:20 +0000 (13:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:13 +0000 (12:28 +0200)
commit418bfcc79429c9c4df93c85af88e96bd251b0829
treece582398326afe13f783a65a30f1f73a1976fba1
parenta560c21f54204a32e34e39e96970bbc1ea850002
MEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10

The buffer and http_msg pointers are now taken from the transaction.
src/proto_http.c