You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Paul Simon <pa...@simonway.com> on 2010/11/17 17:49:17 UTC

[users@httpd] Could not get next bucket brigade [500, #0]

Hi All. Could anybody explain what this error might mean, "Could not
get next bucket brigade  [500, #0]?" I'm getting the error with
certain files when trying to PUT them file to webdav enabled server.

Thanks,
Paul

---------------------------------------------------------------------
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] Could not get next bucket brigade [500, #0]

Posted by "Bennett, Tony" <Be...@con-way.com>.
The client broke the socket-connection before sending a complete request.

mod_dav reads client request from a bucket-brigade 
(see http://www.apachetutor.org/dev/brigades for an overview).
If getting the next bucket fails, you get that message.
The primary cause I've see is a client breaking a connection before
completing the PUT.



-----Original Message-----
From: Paul Simon [mailto:paul@simonway.com] 
Sent: Wednesday, November 17, 2010 8:49 AM
To: Users at Apache
Subject: [users@httpd] Could not get next bucket brigade [500, #0]

Hi All. Could anybody explain what this error might mean, "Could not
get next bucket brigade  [500, #0]?" I'm getting the error with
certain files when trying to PUT them file to webdav enabled server.

Thanks,
Paul

---------------------------------------------------------------------
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


---------------------------------------------------------------------
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