[SoupServer] actually emit request-read, as documented
authorDan Winship <danw@gnome.org>
Mon, 1 Feb 2010 22:45:14 +0000 (17:45 -0500)
committerDan Winship <danw@gnome.org>
Mon, 1 Feb 2010 22:45:14 +0000 (17:45 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=608692

libsoup/soup-server.c

index b7ccef2..0506550 100644 (file)
@@ -819,6 +819,8 @@ call_handler (SoupMessage *req, SoupClientContext *client)
        SoupServerHandler *hand;
        SoupURI *uri;
 
+       g_signal_emit (server, signals[REQUEST_READ], 0, req, client);
+
        if (req->status_code != 0)
                return;