Guy Bedford

Results 334 issues of Guy Bedford

When the written body is less than the content length, the only error code that fits is `internal-error`. But when the written body is more than the content length, perhaps...

P-http

In the current WIT definitions, `outgoing-body` `finish` defines that the content length must be validated against the actual length. But, in addition to this, the Wasmtime implementation also throws a...

P-http

Some questions with regards to header validations: * Valid headers keys must not include whitespace * Valid header values must have whitespace trimmed Possible clarifications that therefore might be made:...

P-http

I get upstream JSPM issues from time to time about the fact that JSPM modules reference relative paths like `../_/chunk-134234.js` to load chunks for multi-entry packages that use chunking optimizations....

enhancement