There seems to be a bug in the vala compiler, but I
cannot isolate it even after looking at the generated
C code.

To make the default_handler "work", do this:

 * Somewhere, declare these statics:
        static ProxyServer server;
        static Soup.Message msg;

 * Then change the handler to:

      private void default_handler (Soup.Server _server, Soup.Message
_msg, string path, GLib.HashTable? query, Soup.ClientContext client) {

           msg = _msg;
           server = _server;
             ... etc ...
      }

Of course it won't be reentrant anymore, and multiple
requests to the proxy will trample each other. But the
point is that libsoup works and the handler should is
correctly written; the fault is with vala. But as I said,
I cannot locate the fault. Perhaps its vala+libsoup
interaction because I rarely have problems with closure.

Nice day
Nor Jaidi Tuah





PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you 
are neither the addressee (intended recipient) nor an authorised recipient of 
the addressee, and have received this message in error, please destroy this 
message (including attachments) and notify the sender immediately. STRICT 
PROHIBITION: This message, whether in part or in whole, should not be reviewed, 
retained, copied, reused, disclosed, distributed or used for any purpose 
whatsoever. Such unauthorised use may be unlawful and may contain material 
protected by the Official Secrets Act (Cap 153) of the Laws of Brunei 
Darussalam. DISCLAIMER: We/This Department/The Government of Brunei Darussalam, 
accept[s] no responsibility for loss or damage arising from the use of this 
message in any manner whatsoever. Our messages are checked for viruses but we 
do not accept liability for any viruses which may be transmitted in or with 
this message.
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to