Fix failures in http-over-capnp-test.
`task` needs to be the last member of ServerRequestContextImpl, because when we construct it, we call `service.request()`, which may call back to send() or acceptWebSocket(), which require `replyTask` to be initialized.
Showing
Please
register
or
sign in
to comment