Logging uses only local ip, not ip where request came from

Found a bug in "Everything"? report it here
Post Reply
simakuutio
Posts: 1
Joined: Tue Jun 04, 2013 7:43 pm

Logging uses only local ip, not ip where request came from

Post by simakuutio »

In new branch (1.3.2.*) of Everything, logging is kinda strange... all requests for http server (when active) seems to be coming from my local ip even they are coming elsewhere... tested this from various places and all log entries for those tests indicated, they were coming from my local ip. Older version (1.2.*) of Everything did log ip's properly.

Tested with Everything 1.3.2.649b on Win7
void
Developer
Posts: 15336
Joined: Fri Oct 16, 2009 11:31 pm

Re: Logging uses only local ip, not ip where request came fr

Post by void »

Thanks for bringing this issue to my attention. I have fixed the issue for the next beta update.

Everything was using getsockname instead of getpeername..
void
Developer
Posts: 15336
Joined: Fri Oct 16, 2009 11:31 pm

Re: Logging uses only local ip, not ip where request came fr

Post by void »

"Everything" version 1.3.3.653b or later should fix the issue.
Post Reply