Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108989705
D28472.id83322.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
554 B
Referenced Files
None
Subscribers
None
D28472.id83322.diff
View Options
Index: contrib/serf/buckets/ssl_buckets.c
===================================================================
--- contrib/serf/buckets/ssl_buckets.c
+++ 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
Fri, Jan 31, 8:46 AM (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16359060
Default Alt Text
D28472.id83322.diff (554 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