On systems where the output_buffering php.ini setting is set to off, the following message will be logged on each page request:

Notice: ob_flush(): failed to flush buffer. No buffer to flush in Drupal_page_footer() (Line 2700 in [...]/includes/common.inc).
CommentFileSizeAuthor
#1 2107949-do-not-discard-output-buffer.diff478 bytesznerol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Status: Active » Needs review
FileSize
478 bytes

Replace ob_end_clean with ob_clean in authcache_cache_save(). Authcache does not start a buffer anymore in hook_init therefore it should not discard it neither.

znerol’s picture

Status: Needs review » Fixed

Committed and pushed: e9659b9

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.