Re: Extra Connection Support Proposal

2008-03-06 Thread Mark Baker
FYI, you might be interested in this recent discussion in the HTTP WG, which could make this proposal unnecessary; http://lists.w3.org/Archives/Public/ietf-http-wg/2008JanMar/0423.html Mark.

Re: Extra Connection Support Proposal

2008-03-06 Thread Kris Zyp
Thanks for the heads up, Mark, I will be watching the activity there, that would be great if the problem can be dealt with in that group. However, the issues of responses being indefinitely queued in pipelining situations and unbounded memory growth on continuous streaming responses are still

Time for Next Week

2008-03-06 Thread Carmelo Montanez
Doug et All: Just wanted to check if we are still meeting at the same time next week. The US will switch time to Day Light Savings Time this weekend (clocks forward one hour).Our friends in Europe/Canada may be off by one hour. Thanks, Carmelo Montanez

Re: Extra Connection Support Proposal

2008-03-06 Thread Maciej Stachowiak
On Mar 6, 2008, at 7:09 AM, Kris Zyp wrote: Thanks for the heads up, Mark, I will be watching the activity there, that would be great if the problem can be dealt with in that group. However, the issues of responses being indefinitely queued in pipelining situations and unbounded memory

XHR setRequestHeader(connection, close) is bogusly rejected

2008-03-06 Thread Morgan L
Hi, I'm writing about what appears to be an error in the XHR TR. In section 2 of http://www.w3.org/TR/XMLHttpRequest/, it says that setRequestHeader should reject the connection header. However, there are web apps in existence (e.g., Gmail) that set the connection: close header to inform the

Geolocation API proposal

2008-03-06 Thread Aaron Boodman
Hello, I work on Google Gears team. If you're not familiar with what Gears is, you can learn more here: http://code.google.com/apis/gears. We've been working on an API that will allow an application to obtain (with permission) the user's current location. I posted this to the WhatWG mailing

Re: XHR setRequestHeader(connection, close) is bogusly rejected

2008-03-06 Thread Bjoern Hoehrmann
* Morgan L wrote: In section 2 of http://www.w3.org/TR/XMLHttpRequest/, it says that setRequestHeader should reject the connection header. The purpose of these restrictions is to remind implementers that the user agent has to control certain headers for protocol integrity or other reasons, in