php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1886 Non-Blocking Socket / flush does not output
Submitted: 1999-07-26 18:23 UTC Modified: 1999-09-04 05:59 UTC
From: tom dot werber at web dot lu Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.11 OS: Linux 2.2.7
Private report: No CVE-ID: None
 [1999-07-26 18:23 UTC] tom dot werber at web dot lu
On a Blocking Socket While loop, as soon as I have an input from fgets, i send it out via echo, call flush, and the browser displays it.. After changing the code from Blocking to non-blocking the flush command does not reproduces any effect, until the socket is closed, where the whole buffer will be sent to the browser.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-04 05:59 UTC] sas at cvs dot php dot net
That's fixed in 3.0.12/4.0b3.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 02:01:33 2024 UTC