- From: Paul Leach <paulle@microsoft.com>
- Date: Fri, 12 Apr 1996 16:51:56 -0700
- To: "'http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com'" <http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com>, "'hopmann@holonet.net'" <hopmann@holonet.net>
This is incorrect EBNF:
Connection-header = "Connection" ":" connection-token
0#( "," connection-token )
The '#' means "comma separated list", so the "," is redundant.
This is correct (and simpler):
Connection-header = "Connection" ":" 1#connection-token
Paul
>----------
>From: hopmann@holonet.net[SMTP:hopmann@holonet.net]
>Sent: Friday, April 12, 1996 10:54 AM
>To: http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com
>Subject: Persistent Connections
>
>Hi all,
>
>We have been working quite a bit on the Persistent connection draft in
>order
>to get some material to edit into the 1.1 overall draft. Currently the
>"latest" Persistent Connections draft can be found at:
>
>http://ugly.resnova.com/ietf/draft-ietf-http-ses-ext-05.txt
>
>The above draft is being used to collect the consensus on this issue,
>so I
>intend to continue to maintain it. I have not submitted it to the ID
>editor
>lately as it has been under fairly rapid revision.
>
>Please read it NOW and send me specific comments. We are at the 11th
>hour
>here, so please keep it specific.
>
>Alex Hopmann
>ResNova Software, Inc.
>hopmann@holonet.net
>
>
Received on Friday, 12 April 1996 16:55:32 UTC