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
Hi everybody, i have a some problem with Content-Length, when i call request from postman or another then kong logs is 2024/05/15 04:07:31 [error] 2437#0: *96098 upstream sent response body larger than indicated content length while reading upstream, client: 10.3.15.46
10.3.15.46 - - [15/May/2024:04:07:31 +0000] "POST /v3/auth/tokens HTTP/1.1" 200 0 "-" "PostmanRuntime/7.38.0" kong_request_id: "496a43630216c523664080175e4fa12e"
i have check file log response from gateway service then have status 200, i see response from gateway service have "content-length": "1334" but in postman call request have Content-Length: 287, I don't understand how I need to configure Kong to solve this problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everybody, i have a some problem with Content-Length, when i call request from postman or another then kong logs is 2024/05/15 04:07:31 [error] 2437#0: *96098 upstream sent response body larger than indicated content length while reading upstream, client: 10.3.15.46
10.3.15.46 - - [15/May/2024:04:07:31 +0000] "POST /v3/auth/tokens HTTP/1.1" 200 0 "-" "PostmanRuntime/7.38.0" kong_request_id: "496a43630216c523664080175e4fa12e"
i have check file log response from gateway service then have status 200, i see response from gateway service have "content-length": "1334" but in postman call request have Content-Length: 287, I don't understand how I need to configure Kong to solve this problem
Beta Was this translation helpful? Give feedback.
All reactions