<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CSS 7.20 B 203 - HTTP Keepalives 1.0 and 1.1 in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-7-20-b-203-http-keepalives-1-0-and-1-1/m-p/314243#M5015</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we just upgradet from 7.20 Build 109 to 7.30 B 203.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we see some changes in Keepalive behaviour.&lt;/P&gt;&lt;P&gt;Having many Services with keepalive type http and get.&lt;/P&gt;&lt;P&gt;The keepalive with method head works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new Version the Requests on some Keepalives are sent as http 1.1. If this happens, then our keepalive comes first alive and is then getting down.&lt;/P&gt;&lt;P&gt;Not sure, why. The Error messeage is "General Read failure".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we Change to http non-persistent then the keepalive comes with HTTP 1.0 and anything is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the strange thing is, some keepalives are not configured to non-persistent and they also come with http 1.0. The are also working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the CSS decides to send HTTP 1.0 or 1.1 Request.&lt;/P&gt;&lt;P&gt;Was there a Change on Keepalives? I have not found anything on the releasenotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2004 16:21:08 GMT</pubDate>
    <dc:creator>Sbutzek</dc:creator>
    <dc:date>2004-09-01T16:21:08Z</dc:date>
    <item>
      <title>CSS 7.20 B 203 - HTTP Keepalives 1.0 and 1.1</title>
      <link>https://community.cisco.com/t5/application-networking/css-7-20-b-203-http-keepalives-1-0-and-1-1/m-p/314243#M5015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we just upgradet from 7.20 Build 109 to 7.30 B 203.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we see some changes in Keepalive behaviour.&lt;/P&gt;&lt;P&gt;Having many Services with keepalive type http and get.&lt;/P&gt;&lt;P&gt;The keepalive with method head works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new Version the Requests on some Keepalives are sent as http 1.1. If this happens, then our keepalive comes first alive and is then getting down.&lt;/P&gt;&lt;P&gt;Not sure, why. The Error messeage is "General Read failure".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we Change to http non-persistent then the keepalive comes with HTTP 1.0 and anything is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the strange thing is, some keepalives are not configured to non-persistent and they also come with http 1.0. The are also working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the CSS decides to send HTTP 1.0 or 1.1 Request.&lt;/P&gt;&lt;P&gt;Was there a Change on Keepalives? I have not found anything on the releasenotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2004 16:21:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-7-20-b-203-http-keepalives-1-0-and-1-1/m-p/314243#M5015</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2004-09-01T16:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 7.20 B 203 - HTTP Keepalives 1.0 and 1.1</title>
      <link>https://community.cisco.com/t5/application-networking/css-7-20-b-203-http-keepalives-1-0-and-1-1/m-p/314244#M5016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a well-known bug that matches your description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSCed85319 The CSS is configured with persistent HTTP keepalives.  If the server response to the HTTP 1.1 keepalive request contained "Connection: Keep-Alive", the CSS would incorrectly downgrade the HTTP 1.1 keepalive (persistent) to a HTTP 1.0 keepalive (non-persistent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is strange is that your old version was affected and the new one should fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your current version there is also this know issue :&lt;/P&gt;&lt;P&gt;CSCef39490 keepalive method GET has issue with hex 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you capture a trace and post it to this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2004 07:55:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-7-20-b-203-http-keepalives-1-0-and-1-1/m-p/314244#M5016</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-09-02T07:55:48Z</dc:date>
    </item>
  </channel>
</rss>

