undici icon indicating copy to clipboard operation
undici copied to clipboard

HTTP 100 Continue

Open ronag opened this issue 4 years ago • 9 comments

https://tools.ietf.org/html/rfc7231#section-6.2.1

ronag avatar May 26 '20 09:05 ronag

Nice to have. I suppose 100 Continue is a bit of an optimization not frequently used. Probably fine to not support.

ronag avatar May 26 '20 16:05 ronag

@mcollina @szmarczak is this even worth implementing? Does anyone use it as far you know?

ronag avatar Aug 01 '20 10:08 ronag

No one that I know of.

mcollina avatar Aug 01 '20 12:08 mcollina

Me neither. I'd say let's ignore 100, it doesn't change anything.

szmarczak avatar Aug 01 '20 13:08 szmarczak

Should we throw on expect 100 header?

ronag avatar Aug 01 '20 17:08 ronag

I think so. If this becomes an issue (but I don't think it will) then we can add 100 support later.

szmarczak avatar Aug 01 '20 18:08 szmarczak

I have found a use case where I miss this. When having multiple upstream servers where one might be full a reverse proxy should be able to pick another one without losing payload.

ronag avatar Feb 20 '21 17:02 ronag

I have found a use case where I miss this. When having multiple upstream servers where one might be full a reverse proxy should be able to pick another one without losing payload.

Should Status: wontfix label be removed if the work to add HTTP 100 Continue is going to be prioritized?

trivikr avatar May 10 '21 06:05 trivikr

Our priority right know is bugfixing for the v4 release. If you would like to work on it, PRs are always welcome.

mcollina avatar May 10 '21 07:05 mcollina