Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109363046
D28472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D28472.diff
View Options
diff --git a/contrib/serf/buckets/ssl_buckets.c b/contrib/serf/buckets/ssl_buckets.c
--- a/contrib/serf/buckets/ssl_buckets.c
+++ b/contrib/serf/buckets/ssl_buckets.c
@@ -407,7 +407,7 @@
static long bio_bucket_ctrl(BIO *bio, int cmd, long num, void *ptr)
{
- long ret = 1;
+ long ret = 0;
switch (cmd) {
default:
@@ -415,6 +415,7 @@
break;
case BIO_CTRL_FLUSH:
/* At this point we can't force a flush. */
+ ret = 1;
break;
case BIO_CTRL_PUSH:
case BIO_CTRL_POP:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 2:15 AM (16 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16465142
Default Alt Text
D28472.diff (534 B)
Attached To
Mode
D28472: serf: Fix the default return value of the BIO control method.
Attached
Detach File
Event Timeline
Log In to Comment