rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: PolarFox on August 12, 2007, 02:58:58 PM

Title: missing IP in the log
Post by: PolarFox on August 12, 2007, 02:58:58 PM
Hm.. And also one log - much connections create strange log string:

18:36:24 <ip1>:1583 Disconnected - 687 bytes sent
18:36:31 <ip1>:1585 Disconnected
18:36:31 <ip1>:1585 Requested GET /
19:34:22 <ip2>:1432 Connected
19:34:56 <ip2>:1432 Disconnected
19:35:09 : Requested GET
20:37:32 <ip3>:2795 Connected
20:37:53 <ip3>:2795 Requested GET /

what mean string "19:35:09 : Requested GET /" without IP ? :) This is a mistake in source code, OR incorrect request?
Title: missing IP in the log
Post by: rejetto on August 13, 2007, 09:28:45 PM
what mean string "19:35:09 : Requested GET /" without IP ? :) This is a mistake in source code, OR incorrect request?

it's a bug... are you able to reproduce it?
Title: Re: missing IP in the log
Post by: PolarFox on August 14, 2007, 05:48:25 PM
Sorry - I don't understand how it's appear .
I think - several connections in one time may broke log function?
This log string creates very rare, and not a fatal (i think).