]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] finished replacement of the client-side HTTP parser with a new one
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Dec 2006 23:05:46 +0000 (00:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Dec 2006 23:05:46 +0000 (00:05 +0100)
commit2a32428926f75d9c409e44890e7a4bfdd0b238a0
tree3d311876f190e7b23fb4f4c1a6e0f53f08e97743
parent58f10d7478639cb820266b4ef8a1f2fc30dec460
[MAJOR] finished replacement of the client-side HTTP parser with a new one

The code is working again, but not as clean as it could be.
Many blocks should still move to dedicated functions. req->h
must be removed everywhere and updated everytime needed.

A few functions or macros should take care of the headers
during header insertion/deletion/change.
src/proto_http.c