• Kenton Varda's avatar
    Fix failures in http-over-capnp-test. · 5106b472
    Kenton Varda authored
    `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.
    5106b472
http-over-capnp.c++ 26.7 KB