- Timestamp:
- Jul 8, 2011, 5:30:33 PM (12 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 09bce31
- Parents:
- 60cf11c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_io.c
r60cf11c r8fffed1 562 562 apr_bucket *bucket = APR_BRIGADE_FIRST(bb); 563 563 564 if (AP _BUCKET_IS_EOS(bucket)) {564 if (APR_BUCKET_IS_EOS(bucket)) { 565 565 return ap_pass_brigade(f->next, bb); 566 566 } else if (APR_BUCKET_IS_FLUSH(bucket)) {
Note: See TracChangeset
for help on using the changeset viewer.