[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help requested for reload error
>>>>> "Holger" == Holger Zimmermann <zimpel@t-online.de> writes:
Holger> VALETTE Eric schrieb:
Holger> Hi Eric,
Hi Olger. Thanks for your reply.
Holger> 10.3.5 304 Not Modified
Holger> If the client has performed a conditional GET request and access is
Holger> allowed, but the document has not been modified, the server SHOULD
Holger> respond with this status code. The response MUST NOT contain a
Holger> message-body.
I do not say the 304 response is false, I just say that from the
code I have seen, it just returns a "real" error and tried to explain
why.
Holger> What Netscape version do you use? Can you test the reload with another
Holger> browser?
Netcaspe 4.5b2. Reloads works fine with other HTTP servers (apache, suitespot,...).
Holger> And I'll look after the problem in the meantime. I checked this with Pi3Web
Holger> 1.1 (developer release) with Windows 95 OSR 2.5 and Netscape 4.06 and can't
Holger> reproduce the problem. I used a own native socket application by turns as
Holger> HTTP server and HTTP client with Netscape or Pi3Web on the other end and
Holger> found no irregularities until now.
I use Pi3Web-0629.tar.gz wich is the latest snapshot i can find (past 1.0.3).
Holger> The normal behaviour (how I understand) is, when the client sends a
Holger> conditional GET request and the server detects that the cached document
Holger> version by the client is still valid, then the server response is a 304
Holger> statuscode (Pi3Web handles this as an error but it is more to read as a
Holger> status).
That is my understanding too. But I think that due to the errror in fact
nothing is really returned...
Holger> Have you checked the following function too?
Holger> int HTTPCore_executePhase(
Yes but in the path, this is the first return value but then it return
and return and then reach HTPP_Dispatch...
Thanks again,
-- eric