You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Send the response with the uWS.HttpResponse.endWithoutBody(length, close_connection) method as we have no body data
335
335
// NOTE: This method is completely undocumented by uWS but exists in the source code to solve the problem of no body being sent with a custom content-length
336
336
this.raw_response.endWithoutBody()
@@ -417,22 +417,32 @@ class Response extends Writable {
417
417
// Pause the readable stream to prevent any further data from being read
418
418
stream.pause()
419
419
420
+
this.raw_response.stream_lastOffset=lastOffset
421
+
this.raw_response.stream_chunk=chunk
422
+
420
423
// Bind a drain handler which will resume the once the backpressure is cleared
0 commit comments