> 
> FI, I noticed a change between 3.3.x and 3.4
> 
>  fd_table[io.conn->fd].flags.socket_eof = 1;
> 
> Becomes
> 
>   fd_table[io.conn->fd].flags.socket_eof = true;
> 
> But as I said I haven't taken a look deeply


Sorry I forgot: in client_side.cc just before commMarkHalfClosed(io.conn->fd);


----

Regards,

Fred

http://numsys.eu
http://e2guardian.org
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to