Justin Karneges

Results 44 issues of Justin Karneges

Rather than keeping local copies of JS files in this repository that could go out of date, we should consider referencing the files from a CDN. Maybe with a template...

Our app parses a request but doesn't need to do anything with it until the body is also received. In order to allow the underlying buffer to be used for...

This was probably done to ensure automatic cleanup on shutdown, but it's not needed since we explicitly call `clearDisconnectManager()`.

# Proposal ## Changelog * 2024-03-03: Initial draft. * 2024-03-10: Add PartialEq to WakerWaiter and LocalWakerWaiter. Add getters to TopLevelPoller. Define setter error types. ## Problem statement `Future` implementations are...

T-libs-api
api-change-proposal
I-async-nominated
WG-async
A-async-await

This moves the HTTP client code from src/connection.rs into a new module next to the new server module. With the new module naming, `connection::ClientRequest` becomes `core::http1::client::Request`. Unlike the new server...

There are connection handlers in src/connection.rs for two different modes of operation: "req" mode for buffered, and "stream" mode for streaming. This PR updates the req mode handler to use...

Probably we aren't handling unicode correctly.

query string should be displayed as a table of keys/values. application/x-www-form-urlencoded post data should be displayed same as query string. application/json should be pretty-printed. any other content type should should...