1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
chrysn 6350d22bc9 net/gcoap: Register additional resources head-first
This simplifies (written and compiled) code by doing a head rather than
a tail insertion of the new listener into gcoap's list.

As handling of listeners without a link_encoder is now fixed,
gcoap_get_resource_list can handles this now without having to manually
skip over the .well-known/core handler (which is not the first entry any
more now).

Incidentally, this allows the user to install a custom handler for
.well-known/core, as the default handler is now evaluated last.
2020-10-02 21:04:25 +02:00
..
2020-09-30 12:59:03 +02:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:40 +01:00
2020-02-20 13:24:14 +01:00
2019-11-23 22:39:37 +01:00
2020-04-07 17:48:39 +02:00
2019-11-23 22:39:38 +01:00
2020-09-11 13:01:31 +02:00
2020-09-02 19:16:30 +02:00
2020-06-19 10:44:56 +02:00
2020-09-10 10:08:27 +02:00
2020-06-10 21:21:33 +02:00
2020-02-11 13:59:59 +01:00
2020-07-23 20:18:34 +02:00