We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46468d4 + 464d891 commit 7384c38Copy full SHA for 7384c38
1 file changed
doc/ota_updates.md
@@ -142,6 +142,7 @@ if(isset($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']])) {
142
} else {
143
header($_SERVER["SERVER_PROTOCOL"].' 304 Not Modified', true, 304);
144
}
145
+ exit();
146
147
148
header($_SERVER["SERVER_PROTOCOL"].' 500 no version for ESP MAC', true, 500);
0 commit comments