1 parent faf3551 commit a3d3c15Copy full SHA for a3d3c15
1 file changed
src/ESPAsyncWebServer.h
@@ -626,11 +626,9 @@ class AsyncWebServerRequest {
626
}
627
628
[[deprecated("All headers are now collected. Use removeHeader(name) or AsyncHeaderFreeMiddleware if you really need to free some headers.")]]
629
- void addInterestingHeader(__asyncws_unused const char *name) {
630
- }
+ void addInterestingHeader(__asyncws_unused const char *name) {}
631
632
- void addInterestingHeader(__asyncws_unused const String &name) {
633
+ void addInterestingHeader(__asyncws_unused const String &name) {}
634
635
/**
636
* @brief issue HTTP redirect response with Location header
0 commit comments