Struct async_fcgi::fastcgi::EndRequestBody [−][src]
Fields
app_status: u32protocol_status: u8Implementations
protocol_status component of EndRequestBody
Normal end of request
protocol_status component of EndRequestBody
Application is designed to process one request at a time per connection
protocol_status component of EndRequestBody
The application runs out of some resource, e.g. database connections
protocol_status component of EndRequestBody
Web server has specified a role that is unknown to the application