Lucas Pardue

Results 470 comments of Lucas Pardue

I'm not familiar with such performance comparisons that have publicly available information. I don't know enough about arrow IPC to comment specifically about that but perhaps you could translate what...

Seems spurious. The `data` variable is conditionally declared under these conditions ``` #if ((NGX_HTTP_V2 || NGX_HTTP_V3) \ && (defined TLSEXT_TYPE_application_layer_protocol_negotiation \ || defined TLSEXT_TYPE_next_proto_neg)) ``` and the data is assigned...

You'll need to provide the full output of configure and make otherwise there's not really much to say beyond speculation

Thanks for the report. IIUC to summarise, if an endpoint calls recv() to process packets and immediately uses _some_ APIs, it can determine the STOP_SENDING error code. However, if it...

Prefer sounds reasonable if we want to send anything at all

Discussion on Expect (or not) is in https://github.com/httpwg/http-extensions/issues/2243

Yes this could just be a case of resolving the issue with no action or a sinple statement like "its an implementation matter related to underlying wire version details". I'm...

> For that case, I think that our [existing signals](https://httpwg.org/specs/rfc9218.html#header-field) might suffice for that. After all, though we say that it "indicates the endpoint's view of how HTTP responses should...

> I might point out that [RFC 9218 section 9](https://www.rfc-editor.org/rfc/rfc9218.html#client-scheduling) explicitly states that a client can use the priority header field for scheduling the requests that it initiates. Yeah. That's...

The scale of impact for any upload interruption is related to, at least, how much exisiting transfer has occured for any file and how fast their upload speed is. This...