You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by zhoubug <ch...@gmail.com> on 2010/11/24 02:26:38 UTC

Can i send multi-request(with Range:bytes=start-lenth) on a single connection?

Can i send multi-request(with Range:bytes=start-lenth) on a single
connection?
i want to reuse a connection with keep-alive,and send second request
after receive
the first response,but the apache response with 501 error?
what should i do if i want reuse the connection?
thks.

Re: Can i send multi-request(with Range:bytes=start-lenth) on a single connection?

Posted by Ben Noordhuis <in...@bnoordhuis.nl>.
2010/11/24 zhoubug <ch...@gmail.com>:
> Can i send multi-request(with Range:bytes=start-lenth) on a single
> connection?
> i want to reuse a connection with keep-alive,and send second request
> after receive
> the first response,but the apache response with 501 error?
> what should i do if i want reuse the connection?

Are you sure you are on the right mailing list? This is modules-dev,
maybe you're looking for users[1]?

[1] http://httpd.apache.org/userslist.html