Open GoogleCodeExporter opened 9 years ago
Here's the fix I'm currently testing
Index: http.c
===================================================================
--- http.c (revision 14819)
+++ http.c (working copy)
@@ -1148,6 +1148,7 @@
if (reply->sline.status >= 100 && reply->sline.status < 200)
{
debug(1, 1) ("httpReadReply: FD %d: skipping 1xx
response!\n", fd);
httpReplyReset(reply);
+ storeEntryReset(entry);
httpState->reply_hdr_state = 0;
po += done; /* Skip the reply in the
incoming buffer */
done = 0; /* So we don't double-account
*/
Original comment by adrian.c...@gmail.com
on 19 Nov 2010 at 5:41
Another example, from a TPROXY list member (hugo):
Thank you
example one : www.deacentavos.com
the login form as this structure:
<form
action="https://www.deacentavos.com/index/signin/return/aL0F1Y3Rpb25DZW50a"
method="post" clientside="1" enctype="application/x-www-form-urlencoded"
i compiled squid 3.1.8 whith all helpers possible options,
but the site, or not permit to login or tell you that always
are logged.
yes , the programming quality is really poor , but is that i have rounding
sudamerica.
other (the more complicated) is www.cnxplus.com.ar, site dedicated to
authorize oncological prescriptions to clincals.
mainly are based on IIS.
i think that better is to have a way to bypass them , because are only
the 0.03% of total traffic.
Original comment by adrian.c...@gmail.com
on 19 Nov 2010 at 6:05
Specific case tested and fixed in r14827
Original comment by roelf.di...@gmail.com
on 19 Nov 2010 at 9:04
i'm use lusca r14827,
squid -v
configure options: '--prefix=/usr' '--libexecdir=/usr/lib/squid'
'--datadir=/usr/lib/squid' '--sysconfdir=/etc/squid' '--enable-async-io'
'--with-aufs-threads=32' '--with-pthreads' '--with-aio' '--with-dl'
'--enable-removal-policies=lru,heap' '--enable-storeio=aufs,coss'
'--enable-epoll' '--enable-delay-pools' '--enable-large-cache-files'
'--with-large-files' '--enable-x-accelerator-vary'
'--enable-follow-x-forwarded-for' '--enable-select' '--enable-arp-acl'
'--enable-stacktraces' '--with-maxfd=65536' '--disable-dependency-tracking'
'--disable-ident-lookups' '--enable-linux-netfilter'
'--enable-kill-parent-hack' '--enable-cache-digests' '--enable-leakfinder'
'--enable-truncate' '--enable-snmp' '--disable-unlinkd' '--disable-wccp'
'--disable-wccpv2' '--disable-caps' '--disable-referer-log'
'--enable-http-gzip' '--enable-err-languages=Indonesia'
'--enable-default-err-language=Indonesia'
'--enable-ntlm-auth-helpers=SMB,fakeauth' '--enable-auth=basic,digest,ntlm'
but still have that problem what wrong .. ?
Original comment by hedy.joe@gmail.com
on 26 Nov 2010 at 4:37
Original issue reported on code.google.com by
adrian.c...@gmail.com
on 19 Nov 2010 at 5:40