10 Sep
2015
10 Sep
'15
10:59
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 9d005dd2c1a253cceb4183a3cf88b792c1b6c6ed https://github.com/openSUSE/open-build-service/commit/9d005dd2c1a253cceb4183... Author: Michael Schroeder <mls@suse.de> Date: 2015-09-10 (Thu, 10 Sep 2015) Changed paths: M src/backend/BSHTTP.pm M src/backend/BSServer.pm Log Message: ----------- [backend] rework 100-continue handling We now postpone contunue handling to when the body needs to be read in. This allows us to send errors without needing to read the body. We also read and discard the body when doing a reply, so that clients do not get a SIGPIPE when trying to send the body.