krime / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 0 forks source link

apr_result from request setup function is ignored #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Return some error status from request->setup implementation.
2.
3.

What is the expected output? What do you see instead?

The request setup should error, but write_to_connection() just overwrites 
the status with the result from serf_bucket_read_iovec.

What version of the product are you using? On what operating system?
trunk@1222 on Windows Vista.

Please provide any additional information below.

Original issue reported on code.google.com by bhuijben on 17 Jun 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Fixed in r1238.  Thanks.

Original comment by justin.e...@gmail.com on 19 Jul 2009 at 9:09