Robert Nagy

Results 162 issues of Robert Nagy

Spec changes that we have to apply: - [ ] https://github.com/whatwg/fetch/commit/ed6221d33338d1046574e81fb9d18f4fc2a35600 - [x] https://github.com/whatwg/fetch/commit/8e4553bcc338fd6db98cc6ba60fc03cea48fad4c - [ ] https://github.com/whatwg/fetch/commit/02b2e8efdebfdb2e4d34b47587bf7b4d2d45791b - [x] https://github.com/whatwg/fetch/commit/8659a25e2dcad911a372f74ac70b60607a264e42 - [ ] https://github.com/whatwg/fetch/commit/b2f04e20b68c09e8ad279220bd5dc3c3f1168258

Status: help-wanted
fetch

I've been reading through the spec a few times now and there seems to be missing a connection cleanup somewhere. The problem is that whenever we replace `response` with a...

fetch
spec

https://fetch.spec.whatwg.org/#websocket-protocol

enhancement
fetch

It would be useful if balanced pool would do a dns lookup on non ip upstreams to loadbalance between all ips in the dns record.

enhancement
good first issue

The fetch spec mentions "realm" and "relevant realm" a lot. I assume this is something similar to async context in NodeJS? Should we try to translate the API and implement...

question
fetch
spec

Figure out what error messages Chrome provides for various errors and make it so we have the same.

enhancement
good first issue
fetch

What should we use as highWaterMark for the fetch api? I think browsers usually have 1m+ while Node has ~16k. Should we try matching the browsers? I think this has...

enhancement
fetch

Both fetch and RedirectAgent implement redirects but differently. Try to unify this.

enhancement
fetch

What do we need for introspection and metrics? I propose the following events: - 'queued' - on request queued - 'running' - on request running - 'complete'- on request complete...

enhancement

// RFC 2616, 10.2.5: // The 204 response MUST NOT include a message-body, and thus is always // terminated by the first empty line after the header fields. // RFC...

enhancement