src/cxx_supportlib/ServerKit/HttpRequest.h in passenger-5.0.29 vs src/cxx_supportlib/ServerKit/HttpRequest.h in passenger-5.0.30

- old
+ new

@@ -120,9 +120,10 @@ HeaderTable headers; // We separate headers and secure headers because the number of normal // headers is variable, but the number of secure headers is more or less // constant. HeaderTable secureHeaders; + // HttpServer feeds all body data received via client->input to bodyChannel Channel bodyChannel; union { /** Length of the message body. Only use when httpState != ERROR. */ union {