Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Nov 11, 2023
1 parent a5ae045 commit f80cdbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const getRequestListener = (fetchCallback: FetchCallback) => {
resHeaderRecord['transfer-encoding'] ||
resHeaderRecord['content-encoding'] ||
resHeaderRecord['content-length'] ||
// nginx buffering variant
regBuffer.test(resHeaderRecord['x-accel-buffering']) ||
!regContentType.test(resHeaderRecord['content-type'])
) {
Expand Down

0 comments on commit f80cdbd

Please sign in to comment.