Forum Discussion

sirad_85122's avatar
sirad_85122
Icon for Nimbostratus rankNimbostratus
Apr 08, 2010

Two Connection: close in HTTP response header.

Hi guys,   I have problem with HTTP::respond method. My I rule looks like:     when HTTP_REQUEST {   set uri [HTTP::uri]   if { not ($uri starts_with "http") } {   set ur...