From: short <> Date: Tue, 2 Sep 2003 22:02:09 +0000 (+0000) Subject: Fixed do_read() 'GNOME_VFS_ERROR_EOF' reporting. X-Git-Tag: gnome_vfs_httpcaptive_2_3_8captive1~9 X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;ds=sidebyside;h=da2fdac30c9ce2c986e370c33b64fcd85ac89e8f;p=gnome-vfs-httpcaptive.git Fixed do_read() 'GNOME_VFS_ERROR_EOF' reporting. --- diff --git a/modules/http-method.c b/modules/http-method.c index d8e0b73..5d4ee1e 100644 --- a/modules/http-method.c +++ b/modules/http-method.c @@ -1895,7 +1895,7 @@ do_read (GnomeVFSMethod *method, if (!num_bytes) { *bytes_read = 0; - return GNOME_VFS_OK; + return GNOME_VFS_ERROR_EOF; } if (1