모든 CLOSE_WAIT 연결의 수신 대기열에 24바이트가 있는 이유는 무엇입니까?

모든 CLOSE_WAIT 연결의 수신 대기열에 24바이트가 있는 이유는 무엇입니까?

백엔드와 연결 문제가 있는 Apache 역방향 프록시가 있습니다. 이로 인해 다음과 같은 시간 초과 오류가 발생합니다.

[Thu Apr 21 12:12:26.031207 2016] [proxy_http:error] [pid 64620:tid 139950024484608] (70007)The timeout specified has expired: [client 192.168.27.27:31458] AH01102: error reading status line from remote server backend.example.com:443, referer: https://frontend.example.com/webapp
[Thu Apr 21 12:12:26.031238 2016] [proxy:error] [pid 64620:tid 139950024484608] [client 192.168.27.27:31458] AH00898: Error reading from remote server returned by /webapp/hello, referer: https://frontend.example.com/webapp

문제를 해결하는 동안 출력을 살펴본 netstat결과 아마도 관련이 없지만 여전히 흥미로운 내용을 발견했습니다. 백엔드에 대한 많은 연결에는 CLOSE_WAIT상태가 있습니다. 이러한 모든 연결에는 열에 나열된 바이트가 CLOSE_WAIT있습니다 .24Recv-Q

Apache가 이 24바이트를 추출하지 못하는 이유는 무엇입니까?

관련 정보