1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/gcoap
Martine Lenders 70d0d7f624
gcoap_forward_proxy: only leave upstream validation for caching
Most of the caching operation was moved to the client code. Since the
forward proxy is using that code for upstream messaging, interacting
with the cache directly is not necessary anymore.

The only cache-related thing necessary for the proxy is validating ETags
from upstream. However, that can be done by just looking at the ETags
from the upstream response (which may or may not have come from the
cache).
2022-05-13 12:14:55 +02:00
..
forward_proxy.c gcoap_forward_proxy: only leave upstream validation for caching 2022-05-13 12:14:55 +02:00
gcoap.c gcoap_forward_proxy: only leave upstream validation for caching 2022-05-13 12:14:55 +02:00
Kconfig net/gcoap: support DTLS 2021-07-07 14:45:30 +02:00
Makefile gcoap/forward_proxy: add submodule 2022-03-11 14:53:17 +01:00