commit | 04f1e2d202b7f9f330b1bb678eb8052b4773934b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 10 18:04:24 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 11 10:30:25 2018 +0200 |
tree | c0c1b0d5823531f48c9ebf72ca69c35829896e3d | |
parent | 6b952c81014a48a8d841e311d94afc68a1d573c8 [diff] |
REORG: http: move error codes production and processing to http.c These error codes and messages are agnostic to the version, even if they are represented as HTTP/1.0 messages. Ultimately they will have to be transformed into internal HTTP messages to be used everywhere. The HTTP/1.1 100 Continue message was turned to an IST and the local copy in the Lua code was removed.