Nils Goroll

Results 126 issues of Nils Goroll

... to inform the Client about the permanent location of completed uploads. Continues #155 This is motivated by the following use cases: * TUS servers may not implement storage themselves,...

For HTTP responses, [Content-Type](https://httpwg.org/specs/rfc7231.html#header.content-type) is de-facto required to avoid user-agents having to guess mime-types (the RFC says _SHOULD_ be generated). [Content-Encoding](https://httpwg.org/specs/rfc7231.html#header.content-encoding) _MUST_ be generated IFF an Encoding (like gzip or...

Ref https://github.com/tus/tus-resumable-upload-protocol/blob/master/protocol.md#checksum This question might sound picky, but would it not make sense for tus to define how checksums are named or refer to a 3rd party for that definition?...

As demonstrated with this patch ```diff diff --git a/vmod/vmod_debug.vcc b/vmod/vmod_debug.vcc index df8ba6247..310a046bb 100644 --- a/vmod/vmod_debug.vcc +++ b/vmod/vmod_debug.vcc @@ -69,6 +69,8 @@ $Function STRING test_priv_top(PRIV_TOP, STRING) Test function for TOP private...

This issue is intended as a platform for initial discussion towards a VSV. Please note that parts of this proposal have been suggested and discussed before, the phrase _I propose_...

While working on request body caching improvements, it was noticed that, for chunked encoding, we do not know the request body size before we have attempted to read at least...

isn't this something we would have wanted all along? This simplifies the common pattern to allocate/initialize a miniobj on the workspace to ```c WS_TASK_ALLOC_OBJ(ctx, myobj, MYOBJ_MAGIC); if (myobj == NULL)...

b=enhancement
r=trunk
c=varnishd
a=freeze

Taken from #3809 as requested by @bsdphk Until now, we read the (CR)?LF at the end of a chunk as part of the next chunk header (see: `/* Skip leading...

The first commit just pulls in macros from autoconf-archive 2.71 The second commit renovated `configure.ac` for compatibility with both 2.71 and 2.69, which is kept the minimum in order to...