[GH-ISSUE #164] HTTP_200 is defined in WiFiManager.h but never used #129

Closed
opened 2026-02-28 01:23:35 +03:00 by kerem · 1 comment
Owner

Originally created by @ahndee on GitHub (May 7, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/164

Line 27 in WiFiManager.h is

const char HTTP_200[] PROGMEM             = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n";

However, HTTP_200 is never actually used and as such only fills up memory space unnecessarily.

Originally created by @ahndee on GitHub (May 7, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/164 [Line 27 in WiFiManager.h](https://github.com/tzapu/WiFiManager/blob/master/WiFiManager.h#L27) is ``` const char HTTP_200[] PROGMEM = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; ``` However, `HTTP_200` is never actually used and as such only fills up memory space unnecessarily.
kerem closed this issue 2026-02-28 01:23:35 +03:00
Author
Owner

@tzapu commented on GitHub (May 8, 2016):

removed on latest git version, thank you very much for using it and letting me know

<!-- gh-comment-id:217699787 --> @tzapu commented on GitHub (May 8, 2016): removed on latest git version, thank you very much for using it and letting me know
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#129
No description provided.