From da2fdac30c9ce2c986e370c33b64fcd85ac89e8f Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 2 Sep 2003 22:02:09 +0000 Subject: [PATCH] Fixed do_read() 'GNOME_VFS_ERROR_EOF' reporting. --- modules/http-method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1