This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

6.305 Persistent HTTP 1.1 Session

Hi!
I'm not quite sure what that means:
does the HTTP proxy now support HTTP 1.1 like Microsoft WSUS likes to use?
Don't we have to set WSUS to foreground downloading anymore? Will it work out-of-the-box?


This thread was automatically locked due to age.
  • No it is a workaround for a specific Bug using keepalive in an Microsoft ISS Server which is handling HTTP 1.1 sessions not correctly.

    You can now disable the keepalive feature in ASG V6.305 which you should only do, if you have issues with that exact server and you are not able to patch the server.

    Disabling the feature will result in a negative performance impact for http surfing.

    i hope that makes it more understandable.

    best regards
    Gert
  • Hi!
    I'm not quite sure what that means:
    does the HTTP proxy now support HTTP 1.1 like Microsoft WSUS likes to use?
    Don't we have to set WSUS to foreground downloading anymore? Will it work out-of-the-box?


    Had same problem with my ASG220 box after upgrading to WSUS 3.0, below is the microsoft fix for it which worked for me, hope this helps.

    The proxy server does not support HTTP 1.1 range requests
    Modify the proxy server settings to support HTTP 1.1 range requests. If you cannot modify the proxy server in this manner, configure BITS to work in foreground mode. To do this, follow these steps:1. Click Start, click Run, type one of the following commands, and then click OK.

    If you are using WSUS 2.0, type the following command:
    %programfiles%\Update Services\tools\osql\osql.exe -S %Computername%\WSUS -E -b -n -Q "USE SUSDB update tbConfigurationC set BitsDownloadPriorityForeground=1"

    If you are using WSUS 3.0, type the following command:
    %programfiles%\Update Services\Setup\ExecuteSQL.exe -S %Computername%\MICROSOFT##SSEE -d "SUSDB" -Q "update tbConfigurationC set BitsDownloadPriorityForeground=1"


    2. Restart the Update Services service. To do this, follow these steps:a.  Click Start, click Run, type services.msc, and then click OK. 
    b.  In the Services dialog box, right-click Update Services, and then click Restart.