spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Http2 requests failing without content-length field #377

Open rahulraina86 opened 3 years ago

rahulraina86 commented 3 years ago

Whenever http2 client is trying to send a http2 'PUT' request without content-length field , the spdy server is not able to successfully process the request. Is content-length field necessary for proper functioning of spdy http2 server?

Also is there any way to print the body of the http2 request?