Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/fe2df00c047f542a5aa048165310b1ef9bf3323b
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/fe2df00c047f542a5aa048165310b1ef9bf3323b
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/fe2df00c047f542a5aa048165310b1ef9bf3323b

The branch, master has been updated
       via  fe2df00c047f542a5aa048165310b1ef9bf3323b (commit)
      from  05609efbb88bce492605d720667d7111c379115a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=fe2df00c047f542a5aa048165310b1ef9bf3323b
commit fe2df00c047f542a5aa048165310b1ef9bf3323b
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Flush stdout before the image

diff --git a/cgi-bin/image.cgi b/cgi-bin/image.cgi
index b128c3a..3f58abc 100755
--- a/cgi-bin/image.cgi
+++ b/cgi-bin/image.cgi
@@ -51,4 +51,5 @@ im.putdata([(255,0,0)] * (width * height))
 
 print("Content-Type: {}".format(fmt["ctype"]))
 print("")
+sys.stdout.flush()
 im.save(fp=sys.stdout.buffer, format=fmt["ptype"])


-----------------------------------------------------------------------

Summary of changes:
 cgi-bin/image.cgi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/cgi-bin/image.cgi b/cgi-bin/image.cgi
index b128c3a..3f58abc 100755
--- a/cgi-bin/image.cgi
+++ b/cgi-bin/image.cgi
@@ -51,4 +51,5 @@ im.putdata([(255,0,0)] * (width * height))
 
 print("Content-Type: {}".format(fmt["ctype"]))
 print("")
+sys.stdout.flush()
 im.save(fp=sys.stdout.buffer, format=fmt["ptype"])


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to