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 2007/09/03 00:04:13 UTC

DO NOT REPLY [Bug 43289] - XBitHack full g+x returns zero sized response on If-Modified-Since

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43289>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43289





------- Additional Comments From hno@squid-cache.org  2007-09-02 15:04 -------
strace of an request

accept(3, {sa_family=AF_INET, sin_port=htons(40506),
sin_addr=inet_addr("127.0.0.1")}, [16]) = 8
fcntl64(8, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(8, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
read(8, "GET / HTTP/1.0\r\nIf-Modified-Sinc"..., 8000) = 386
gettimeofday({1188770501, 263022}, NULL) = 0
stat64("/export/www/www.henriknordstrom.net/html/",
{st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
open("/.htaccess", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/export/.htaccess", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or
directory)
open("/export/www/.htaccess", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or
directory)
open("/export/www/www.henriknordstrom.net/.htaccess", O_RDONLY|O_LARGEFILE) = -1
ENOENT (No such file or directory)
open("/export/www/www.henriknordstrom.net/html/.htaccess", O_RDONLY|O_LARGEFILE)
= -1 ENOENT (No such file or directory)
stat64("/export/www/www.henriknordstrom.net/html/index", 0xbfd0cd8c) = -1 ENOENT
(No such file or directory)
lstat64("/export", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/export/www", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/export/www/www.henriknordstrom.net", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
lstat64("/export/www/www.henriknordstrom.net/html",
{st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat64("/export/www/www.henriknordstrom.net/html/index", 0xbfd0cd8c) = -1
ENOENT (No such file or directory)
open("/export/www/www.henriknordstrom.net/html/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
fstat64(9, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
fcntl64(9, F_SETFD, FD_CLOEXEC)         = 0
getdents64(9, /* 38 entries */, 4096)   = 1440
stat64("/export/www/www.henriknordstrom.net/html/index.html",
{st_mode=S_IFREG|0754, st_size=862, ...}) = 0
getdents64(9, /* 0 entries */, 4096)    = 0
close(9)                                = 0
open("/export/www/www.henriknordstrom.net/html/index.html",
O_RDONLY|O_LARGEFILE) = 9
close(9)                                = 0
read(8, 0x8beeb38, 8000)                = -1 EAGAIN (Resource temporarily
unavailable)
write(7, "127.0.0.1 www.henriknordstrom.ne"..., 96) = 96
shutdown(8, 1 /* send */)               = 0
poll([{fd=8, events=POLLIN, revents=POLLIN|POLLHUP}], 1, 2000) = 1
read(8, "", 512)                        = 0
close(8)                                = 0
read(4, 0xbfd0d087, 1)                  = -1 EAGAIN (Resource temporarily
unavailable)


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

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