You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "David B. Bitton" <da...@codenoevil.com> on 2002/08/29 18:18:37 UTC

[users@httpd] Pause stream

Is there a way in the HTTP protocol for a client to pause the serving of 
data from the server?  Also, is there a way for a client to request a 
file, starting somewhere other than the beginning?

-- 
--

David B. Bitton
david@codenoevil.com
www.codenoevil.com

Code Made Fresh Daily™


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Pause stream

Posted by Joshua Slive <jo...@slive.ca>.
David B. Bitton wrote:
> Is there a way in the HTTP protocol for a client to pause the serving of 
> data from the server? 

Not for an individual request, but see below.

> Also, is there a way for a client to request a 
> file, starting somewhere other than the beginning?

Yes.  See the HTTP/1.1 specification for information about "Range" 
requests.  Clients can request any part or parts of the file.  For a 
large file, this could be used to break up the download into several 
smaller requests, where the client could "pause the serving of data" 
inbetween requests.

Joshua.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org