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
Logging uses only local ip, not ip where request came from
-
- Posts: 1
- Joined: Tue Jun 04, 2013 7:43 pm
Re: Logging uses only local ip, not ip where request came fr
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..
Everything was using getsockname instead of getpeername..
Re: Logging uses only local ip, not ip where request came fr
"Everything" version 1.3.3.653b or later should fix the issue.