Re: Missing callback for signal "request-read"
- From: Dan Winship <danw gnome org>
- To: Egon Andersen <ean talura dk>
- Cc: libsoup-list gnome org
- Subject: Re: Missing callback for signal "request-read"
- Date: Fri, 18 Dec 2009 10:11:04 +0100
On 12/18/2009 08:57 AM, Egon Andersen wrote:
> Hi,
>
> I'm fairly new to libsoup, but have made a simple server running.
> One thing I have observed that I do not understand is that I do never
> get the callback for the signal "request-read", even though I get the
> callback for both "request-started" and "request-finished" signals.
> Shouldn't I get the callback for "request-read" in between the callbacks
> for "request-started" and "request-finished" signals?
Hm... it looks like SoupServer never emits that signal. That's a bug.
If you need to know when it's done reading the request, you can connect
to the "got-body" signal on the SoupMessage from the "request-started"
handler.
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]