Dear Abhay,
I've added such an example in Git commit
ca582a0633be1d06210ad5eefca753f8e87d6211
(src/examples/upgrade_example.c).
Happy hacking!
Christian
On 10/18/2016 10:32 AM, Abhay Gupta wrote:
> Hi ,
>
> Can a example we added for the use of Websockets may be a echo type page
> to show the
Hi ,
Can a example we added for the use of Websockets may be a echo type page to
show the usage of Upgrade and Websockets.
Regards,
Abhay Gupta
The callstack of the panic is:
#1 0x00689986 in http_PanicCallback (cls=0x0, file=0x1fefaa0
"library/microhttpd/daemon.c", line=5257, reason=0x0) at
main/debug.cpp:242
#2 0x00fd5a26 in epoll_shutdown (daemon=0x6150f580) at
library/microhttpd/daemon.c:5257
#3 0x00fd5d7
Thanks for report!
This release is mostly experimental, we need to stabilize new functionality.
New API may also will be slightly changed.
Please report about all rough edges, especially on non-GNU/Linux platforms.
--
Best Wishes,
Evgeny Grin
On 17.10.2016 22:36, Markus Doppelbauer wrote:
> I a
I am getting a MHD panic (from daemon.c:5257):
"Failed to add inter-thread communication channel FD to epoll set to
signal termination"
This happens after calling "MHD_quiesce_daemon()".
Thanks a lot!
Marcus
Am Montag, den 17.10.2016, 19:21 +0200 schrieb Christian Grothoff:
> Dear all,
>
>
> I'm
Great! Thanks a lot! A small patch to remove the "unused 'urh'-
variable" warning if
compiled without https-support:
*** daemon.c-old 2016-10-17 19:07:46.0 +0200
--- daemon.c 2016-10-17 21:10:59.969913792 +0200
*** process_urh (struct MHD_UpgradeResponseH
*** 1151,11
>
> You can download GNU libmicrohttpd from
>
> * ftp://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors.
> * Our Subversion repository at https://gnunet.org/svn/libmicrohttpd/
Eh, actually we are now on Git, I forgot to update that line:
$ git clone git://gnunet.org/libmicrohttpd
The Su