You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/07/30 20:57:35 UTC

DO NOT REPLY [Bug 45507] once in a while, apache forgets to send headers for a binary file.

https://issues.apache.org/bugzilla/show_bug.cgi?id=45507





--- Comment #1 from rahul <ra...@sun.com>  2008-07-30 11:57:35 PST ---
truss :
|truss -p 20322
accept(4, 0xFFBFE530, 0xFFBFE51C, SOV_DEFAULT) (sleeping...)
accept(4, 0xFFBFE530, 0xFFBFE51C, SOV_DEFAULT)  = 12
getsockname(12, 0x001ADEF0, 0x001ADEDC, SOV_DEFAULT) = 0
fcntl(12, F_GETFL)                              = 2
fcntl(12, F_SETFL, FWRITE|FNONBLOCK)            = 0
read(12, 0x001B1E70, 8000)                      Err#11 EAGAIN
pollsys(0xFFBFE104, 1, 0xFFBFE080, 0x00000000)  = 1
read(12, " G E T   / t e s t . p d".., 8000)    = 28
stat64("/space/store/apache.30.Jul/install/htdocs/test.pdf", 0xFFBFE138) = 0
getpid()                                        = 20322 [20321]
open("/space/store/apache.30.Jul/install/htdocs/test.pdf",
O_RDONLY|O_LARGEFILE) = 13
setsockopt(12, tcp, TCP_CORK, 0xFFBFE294, 4, SOV_DEFAULT) = 0
writev(12, 0xFFBFE2BC, 1)                       = 261
sendfilev64(1, 12, 0x001AE7D0, 1, 0xFFBFE1A0)   = 313
write(9, " 1 2 7 . 0 . 0 . 1   -  ".., 76)      = 76
shutdown(12, SHUT_WR, SOV_DEFAULT)              = 0
pollsys(0xFFBFE3B4, 1, 0xFFBFE330, 0x00000000)  = 1
read(12, 0xFFBFE4A8, 512)                       = 0
close(12)                                       = 0
read(7, 0xFFBFE6A3, 1)                          Err#11 EAGAIN
close(13)                                       = 0
accept(4, 0xFFBFE530, 0xFFBFE51C, SOV_DEFAULT) (sleeping...)


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org