src/cxx_supportlib/ServerKit/HttpRequest.h in passenger-6.0.20 vs src/cxx_supportlib/ServerKit/HttpRequest.h in passenger-6.0.23

- old
+ new

@@ -27,11 +27,11 @@ #define _PASSENGER_SERVER_KIT_HTTP_REQUEST_H_ #include <psg_sysqueue.h> #include <boost/cstdint.hpp> #include <boost/atomic.hpp> -#include <ServerKit/http_parser.h> +#include <ServerKit/llhttp.h> #include <ServerKit/Hooks.h> #include <ServerKit/Client.h> #include <ServerKit/HeaderTable.h> #include <ServerKit/FileBufferedChannel.h> #include <ServerKit/HttpHeaderParserState.h> @@ -97,10 +97,10 @@ boost::uint8_t httpMajor; boost::uint8_t httpMinor; HttpState httpState: 5; BodyType bodyType: 3; - http_method method: 5; + llhttp_method_t method: 6; bool wantKeepAlive: 1; bool responseBegun: 1; bool detectingNextRequestEarlyReadError: 1; boost::atomic<int> refcount;