miniupnp/miniupnpc-async
Self-Hosting-Group 4fbe3ce431 miniupnpc: Fix UPnP UDA 1.1 content-type charset compliance
and user-agent also in asynchronous sample code. The commits a6aa371166 and b557fdf4db were incomplete.

Field value MUST be "text/xml; charset="utf-8"".
Field value MUST be "text/xml; charset="utf-8"" for description documents.
https://openconnectivity.org/upnp-specs/UPnP-arch-DeviceArchitecture-v1.1.pdf
2024-01-08 20:32:51 +01:00
..
2014-11-07 13:07:22 +01:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00
2022-01-27 11:29:16 +02:00
2019-04-23 13:23:07 +02:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00
2014-11-07 12:32:20 +01:00

(c) 2014 Thomas BERNARD
http://miniupnp.free.fr/
https://github.com/miniupnp/miniupnp

miniupnpc-async :
  proof of concept of a UPnP IGD client using asynchronous socket calls
  (ie non blocking sockets)

  To be reimplemented using libevent2 (http://libevent.org/)