commit | 2a32428926f75d9c409e44890e7a4bfdd0b238a0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 05 00:05:46 2006 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 05 00:05:46 2006 +0100 |
tree | 3d311876f190e7b23fb4f4c1a6e0f53f08e97743 | |
parent | 58f10d7478639cb820266b4ef8a1f2fc30dec460 [diff] |
[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.