Kaynağa Gözat

add fsdat.c generate in iap

balbekova 7 yıl önce
ebeveyn
işleme
2ceed4cc3f
2 değiştirilmiş dosya ile 734 ekleme ve 703 silme
  1. 9 1
      iap/Makefile
  2. 725 702
      iap/Modules/Ethernet/fsdata.c

+ 9 - 1
iap/Makefile

@@ -74,7 +74,15 @@ FW_FLASH_CRC = $(shell awk '/IAP_FLASH_CRC_ADDRESS/{print $$3}' ../config/common
 
 -include ../Makefile.inc.stm32
 
-prebuild:
+#Building Web UI FS
+WUI_DIR = ../web_interface/dist/upload
+FSDATA_DIR = ./Modules/Ethernet
+
+$(FSDATA_DIR)/fsdata.c: $(WUI_DIR)/*
+	@../docs/makefsdata.pl $(FSDATA_DIR) $(WUI_DIR)
+
+
+prebuild: $(FSDATA_DIR)/fsdata.c
 	@grep -wl --include *.h --include *.c "DEVICE_MAC" ./ -R | xargs touch
 	@grep -wl --include *.h --include *.c "SWOTRACE" ./ ../shared -R | xargs touch
 	

+ 725 - 702
iap/Modules/Ethernet/fsdata.c

@@ -1,733 +1,756 @@
-#include "lwip/def.h"
-#include "fsdata.h"
-
-
-#define file_NULL (struct fsdata_file *) NULL
-
-
-static const unsigned int dummy_align__error_html = 0;
-static const unsigned char data__error_html[] = {
-/* /error.html (12 chars) */
-0x2f,0x65,0x72,0x72,0x6f,0x72,0x2e,0x68,0x74,0x6d,0x6c,0x00,
-
-/* HTTP header */
+#include "lwip/def.h"
+#include "fsdata.h"
+
+
+#define file_NULL (struct fsdata_file *) NULL
+
+
+static const unsigned int dummy_align__upload_js = 0;
+static const unsigned char data__upload_js[] = {
+/* /upload.js (10 chars) */
+0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x6a,0x73,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 578
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x35,0x37,0x38,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 846
+" (21 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x38,0x34,0x36,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
-/* "Content-type: text/html
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
+/* "Content-type: application/x-javascript
 Content-Encoding: gzip
-
-" (51 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
-0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
-0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
-0x0a,0x0d,0x0a,
-/* raw file data (578 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x6d,0x93,0xcd,0x6e,0xd4,0x30,
-0x10,0xc7,0xef,0x48,0xbc,0x83,0x09,0x17,0x90,0x36,0x9b,0xae,0xa0,0x12,0xb4,0x71,
-0x24,0x54,0x7a,0xe0,0x04,0x07,0x90,0xe0,0xe8,0x24,0xde,0x8d,0x8b,0xe3,0x04,0xc7,
-0xd9,0xed,0xde,0x68,0x39,0x00,0x27,0xc4,0x0b,0xd0,0x57,0xd8,0xb6,0x84,0x5d,0xba,
-0x74,0xfb,0x0a,0x93,0x37,0x62,0xec,0x65,0x3f,0x54,0xa1,0x48,0xf1,0x78,0x66,0x3c,
-0xff,0xf1,0x2f,0x93,0xf0,0xde,0xf3,0x97,0x07,0xaf,0xdf,0xbd,0x3a,0x24,0x99,0xc9,
-0x65,0x74,0xf7,0x4e,0x68,0x57,0x22,0x99,0x1a,0x50,0xcf,0x73,0x7b,0xce,0x52,0xbb,
-0xe6,0xdc,0x30,0x92,0x64,0x4c,0x57,0xdc,0x50,0xaf,0x36,0x7d,0xff,0x89,0x8b,0x3b,
-0x7f,0x66,0x4c,0xe9,0xf3,0x0f,0xb5,0x18,0x52,0xef,0xad,0xff,0xe6,0x99,0x7f,0x50,
-0xe4,0x25,0x33,0x22,0x96,0xdc,0x23,0x49,0xa1,0x0c,0x57,0x78,0xe8,0xc5,0x21,0xe5,
-0xe9,0x80,0x6f,0x8e,0x29,0x96,0x73,0xea,0x0d,0x05,0x1f,0x95,0x85,0x36,0x5b,0x99,
-0x23,0x91,0x9a,0x8c,0xa6,0x7c,0x28,0x12,0xee,0xbb,0x4d,0x87,0x08,0x25,0x8c,0x60,
-0xd2,0xaf,0x12,0x26,0x39,0xed,0x75,0x77,0x3a,0x24,0x67,0xc7,0x22,0xaf,0xf3,0x6d,
-0x57,0x5d,0x71,0xed,0xf6,0x0c,0xb5,0xe9,0x8e,0xd3,0x92,0x42,0xbd,0x27,0x9a,0x4b,
-0xea,0x55,0x66,0x2c,0x79,0x95,0x71,0x8e,0x62,0x99,0xe6,0x7d,0xbc,0x48,0x29,0x0b,
-0x96,0x76,0x93,0xaa,0x72,0xa9,0x46,0x18,0xc9,0x23,0xf8,0xd1,0x7e,0x81,0x19,0x9c,
-0xc3,0x15,0x4c,0x08,0x2c,0xd0,0xb8,0xc6,0xf7,0x05,0xcc,0xa1,0x41,0x6b,0xd6,0x7e,
-0x0b,0x83,0x65,0x22,0x72,0x09,0xb2,0x7f,0x80,0xe2,0x22,0x1d,0x5b,0x50,0x8a,0x0d,
-0x49,0x22,0x59,0x55,0x51,0x0f,0xcd,0x98,0x69,0x2f,0x0a,0x03,0xb4,0x6c,0x2c,0x15,
-0xeb,0xd8,0x48,0xb3,0xb2,0xe4,0x18,0x44,0x77,0xd6,0x43,0xc9,0xdb,0x2a,0xd0,0x10,
-0xb8,0x69,0x3f,0xc2,0xc2,0xf5,0x72,0x81,0xbd,0xcc,0x50,0xac,0x77,0xab,0xcc,0xb2,
-0x7f,0xbf,0x5f,0xe8,0xdc,0x95,0xda,0x52,0x18,0xd4,0x22,0x45,0xfc,0xee,0xce,0xd4,
-0x33,0xfc,0xd8,0xf8,0x4c,0x8a,0x81,0xda,0x4b,0xf0,0x6b,0x70,0xbd,0x6f,0xf3,0x09,
-0x09,0xcb,0x55,0x46,0x52,0xc8,0x42,0xef,0xdd,0x4f,0x9f,0xee,0x3e,0x7a,0xdc,0xc7,
-0x68,0x18,0x47,0x70,0x86,0x0d,0xcc,0xfe,0x83,0xc0,0x3a,0x5d,0x73,0x70,0x89,0x19,
-0x13,0xf8,0x83,0x8f,0x65,0x74,0x09,0x8b,0x65,0x76,0xd3,0x9e,0xc0,0x0d,0x34,0xed,
-0xe7,0x15,0x32,0x82,0xfc,0x16,0x30,0xb5,0xfc,0xf0,0x2a,0x73,0x07,0x76,0x43,0xb9,
-0x1b,0x06,0x31,0x0a,0xea,0x88,0xc0,0x19,0xa6,0xfd,0xc2,0x92,0xf3,0xf6,0x13,0xfc,
-0x6e,0x4f,0xda,0x53,0x98,0x74,0x50,0x0c,0xbd,0x4b,0xc1,0x73,0xe7,0x3f,0xb5,0x78,
-0x9a,0xf6,0x6b,0xfb,0x9d,0xb8,0x06,0xa6,0xc4,0x4a,0xa1,0xd9,0xc0,0x94,0x84,0x55,
-0xc9,0x14,0x11,0x29,0xf5,0x92,0xa2,0x56,0xc6,0x57,0x75,0x1e,0x5b,0xd4,0xbb,0x61,
-0x60,0x23,0x11,0xc1,0xe6,0x1a,0xb8,0xc2,0x42,0xd7,0xf0,0x33,0x0c,0x4a,0xcb,0x34,
-0x40,0x72,0xdb,0x6b,0x95,0x68,0x51,0x1a,0x62,0xc6,0x25,0x8e,0xa8,0x85,0x17,0x1c,
-0xb1,0x21,0x5b,0x7a,0x11,0xaa,0x4e,0xd6,0xb3,0x73,0x84,0xa3,0x83,0x85,0x5d,0xbe,
-0xad,0xb0,0xb6,0x08,0x8e,0x3e,0xca,0xa7,0xc5,0x48,0x3d,0x78,0xb8,0x6f,0x35,0xd6,
-0xa1,0x8d,0xdc,0x6a,0x6c,0x02,0xf7,0x03,0xfe,0x05,0x67,0x63,0x56,0xc9,0x90,0x03,
-0x00,0x00,};
-
-static const unsigned int dummy_align__favicon_ico = 1;
-static const unsigned char data__favicon_ico[] = {
-/* /favicon.ico (13 chars) */
-0x2f,0x66,0x61,0x76,0x69,0x63,0x6f,0x6e,0x2e,0x69,0x63,0x6f,0x00,0x00,0x00,0x00,
-
-/* HTTP header */
+" (64 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x61,0x70,
+0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2f,0x78,0x2d,0x6a,0x61,0x76,0x61,
+0x73,0x63,0x72,0x69,0x70,0x74,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
+0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
+/* "ETag: "nDSMsRN636l3uGC"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x6e,0x44,0x53,0x4d,0x73,0x52,0x4e,0x36,0x33,
+0x36,0x6c,0x33,0x75,0x47,0x43,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (846 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0xb5,0x54,0xd1,0x4a,0x1b,0x41,
+0x14,0xfd,0x95,0xc9,0x20,0xb2,0x4b,0xd6,0x6d,0xa4,0x08,0xc5,0xed,0x54,0x6a,0xb1,
+0xad,0xa0,0xad,0x94,0x50,0x04,0x91,0x32,0xd9,0xbd,0x89,0x53,0x37,0x33,0xe9,0xee,
+0xac,0x12,0x24,0xa0,0xb1,0xa5,0x85,0x0a,0x85,0xfe,0x40,0x5f,0xfa,0x01,0x22,0xb5,
+0xd5,0xb6,0xe6,0x1b,0x66,0xfe,0xa8,0x77,0x76,0x13,0x89,0x82,0x8f,0x7d,0xd8,0x64,
+0x77,0xe6,0xde,0xb9,0xe7,0x9e,0x73,0xee,0xb4,0x0b,0x19,0x6b,0xa1,0x24,0x99,0xf1,
+0xc0,0x3f,0xc8,0x40,0x17,0x99,0x24,0x89,0x8a,0x8b,0x2e,0x48,0x1d,0x76,0x40,0xaf,
+0xa4,0xe0,0x5e,0x97,0xfb,0xab,0x09,0x46,0x0c,0xda,0x93,0xf8,0x58,0x15,0x52,0x27,
+0x6a,0x5f,0x7a,0xfe,0xc1,0x1e,0xcf,0x08,0xb0,0x85,0x28,0x07,0xbd,0x2a,0x35,0x64,
+0x7b,0x3c,0xf5,0x26,0x81,0xb8,0x3d,0x3e,0x75,0x9e,0x31,0x98,0x9d,0xf5,0xf6,0x85,
+0xc4,0xb4,0x30,0x55,0x31,0x77,0x85,0xc3,0x9d,0x0c,0xda,0x8c,0xde,0xa3,0x7e,0x00,
+0x8f,0x1a,0xb3,0xb3,0x30,0x37,0x17,0xdc,0x55,0x9f,0x96,0x45,0xe7,0x64,0xd1,0x6d,
+0x41,0x46,0xfd,0x50,0x48,0x09,0xd9,0xf3,0xe6,0xfa,0x1a,0x83,0x00,0x06,0xc1,0x3c,
+0xdc,0x9f,0x02,0x88,0xd8,0x9f,0x3c,0x5b,0x75,0x5d,0x39,0x78,0x3a,0x90,0x81,0x8a,
+0x44,0xdb,0xa3,0x1d,0xd5,0xe2,0xf1,0x6e,0x18,0x77,0x04,0x45,0x40,0x4b,0x9e,0x66,
+0xb1,0x92,0x6d,0x91,0x75,0x3d,0x6a,0xbe,0xda,0xcf,0xc4,0x1e,0x9b,0x33,0x73,0x6e,
+0x0f,0xcd,0xb9,0xb9,0x72,0x9f,0x1f,0xed,0xd0,0x8c,0x88,0xfd,0x60,0x46,0xf8,0x72,
+0x81,0xcf,0x39,0x19,0x07,0x5c,0xd9,0x63,0x3b,0xb4,0x27,0xf6,0xc8,0x7e,0xc1,0x25,
+0x82,0x01,0x47,0xe6,0xca,0x8c,0x70,0xd7,0xfd,0x5e,0x12,0x73,0x81,0x27,0x60,0xbc,
+0x3d,0xb4,0xef,0xf1,0xb4,0x4b,0x7b,0xb4,0x84,0x5d,0x4a,0x86,0x75,0x70,0xff,0x97,
+0x39,0xc3,0x22,0xa7,0x76,0xe8,0x12,0x87,0xe6,0xaf,0xab,0xe7,0x9e,0x90,0xfa,0x8b,
+0x9a,0xd5,0x1a,0x81,0xf6,0x2b,0xe2,0x3c,0xc5,0xc6,0x9c,0x6d,0xae,0xaf,0x3d,0xd7,
+0xba,0xf7,0x0a,0xde,0x15,0x90,0xeb,0x25,0x09,0xfb,0xe4,0xe6,0xd2,0xa2,0x5b,0x7a,
+0x8c,0x82,0xee,0xc1,0xe6,0xcb,0xd6,0x5b,0x88,0xb5,0x47,0xd7,0x45,0x9c,0xa9,0x5c,
+0xb5,0x75,0xe8,0x62,0x9b,0xcd,0x0d,0xea,0xfb,0xa1,0xea,0x81,0xf4,0xe8,0xb3,0x95,
+0x26,0x0d,0x20,0xa8,0x35,0xfc,0x40,0x85,0x39,0xc8,0xc4,0xf3,0xf1,0x23,0xe2,0x29,
+0x64,0xda,0x93,0x53,0x5c,0xbe,0xe6,0xa9,0x48,0xb8,0x06,0xc7,0x66,0x5b,0x65,0x5e,
+0xc9,0x28,0x83,0x29,0x7f,0xe4,0xcb,0xfd,0x26,0xef,0xbc,0xe0,0x5d,0xf0,0xa8,0x90,
+0xbd,0x42,0x97,0x9d,0x36,0x22,0xf9,0x50,0x87,0x29,0xc8,0x8e,0xde,0x89,0x64,0xbd,
+0x5e,0x69,0xa1,0x98,0xde,0x92,0xdb,0x81,0x60,0xb5,0xf9,0x52,0x91,0xb6,0x48,0x01,
+0xb5,0x50,0xa1,0xee,0xf7,0xb0,0x00,0x8a,0xd4,0x60,0xee,0xd3,0xad,0xe7,0xe3,0xec,
+0x31,0x17,0xa4,0xc2,0x46,0xcd,0xb7,0x8a,0x7b,0x62,0x7e,0x13,0x24,0xf7,0xd4,0x5c,
+0x9a,0x3f,0xf6,0x98,0x38,0x06,0x9d,0x80,0xbf,0x71,0xe5,0x17,0x3e,0x57,0x88,0xc2,
+0x95,0x09,0xb0,0x92,0xc3,0xcc,0x27,0xa7,0x6e,0x35,0xb6,0x43,0x89,0x60,0x5d,0x7d,
+0xce,0xd8,0x1b,0x74,0xac,0x48,0x9e,0x62,0x3d,0xd7,0x01,0x42,0x70,0xfc,0xcf,0x4c,
+0xbc,0x82,0x4e,0x8b,0x53,0x9e,0xe7,0x6e,0xaf,0xce,0x28,0x49,0x44,0xce,0x5b,0x29,
+0x24,0x34,0x6a,0x65,0xc0,0x77,0x07,0x78,0x46,0x4d,0xdc,0x06,0xf8,0xbd,0x02,0x45,
+0x68,0x9d,0xd7,0x69,0x05,0x0c,0x8d,0x71,0x6a,0xfe,0xa0,0x2b,0x7e,0x38,0x9d,0x03,
+0x52,0xca,0x7f,0x64,0x3f,0xa1,0xab,0x4a,0xb7,0xe1,0x0e,0x7a,0xeb,0xc2,0xf9,0xe6,
+0x2f,0x5a,0x6a,0xd2,0x97,0x39,0x25,0x98,0x31,0xc2,0xcc,0x9f,0xce,0x58,0x04,0x5d,
+0x36,0x2a,0x2d,0xe3,0x6c,0x3a,0x44,0xf7,0x0d,0xf1,0x60,0xe7,0x3a,0xf4,0x92,0x3d,
+0x59,0x24,0x5b,0x58,0xf3,0x66,0x43,0x08,0x60,0x1b,0x99,0xa8,0xcd,0x0f,0x06,0x95,
+0xa5,0x6a,0x8d,0x41,0x29,0xa1,0xe8,0x82,0x2a,0x74,0x74,0x3d,0x6f,0x4a,0x76,0x55,
+0x91,0x43,0x57,0xed,0x01,0x9b,0x1a,0xe0,0x38,0x05,0x9e,0x35,0xab,0x60,0x4f,0x57,
+0xff,0x7e,0x30,0x7e,0x61,0x38,0xf5,0x93,0xbd,0xa9,0x9c,0x9a,0xd3,0x70,0x3c,0x83,
+0x53,0x33,0x87,0x13,0x80,0x77,0x00,0x52,0x5b,0x8d,0xf2,0x7e,0xc6,0x7b,0x48,0x6f,
+0xae,0xfb,0x29,0x84,0xc8,0x6b,0x2f,0xe5,0x7d,0x46,0x5b,0x78,0x39,0xec,0x52,0x27,
+0xc0,0xf5,0x2d,0x73,0x67,0xd0,0x75,0x84,0xe7,0xfb,0x78,0x05,0x3c,0x80,0x05,0x7f,
+0x50,0x6a,0x7d,0x93,0x02,0x46,0x57,0x97,0x37,0xc2,0x96,0x90,0x34,0x9a,0xd6,0x55,
+0xc9,0x38,0x15,0xf1,0xee,0x74,0xb3,0x77,0x00,0xff,0xbf,0xb8,0x11,0x53,0xd1,0x4b,
+0x15,0x4f,0x96,0xb5,0xc4,0x56,0x11,0xd6,0x0e,0x97,0x9d,0x1b,0x22,0x5c,0x8b,0x74,
+0xeb,0x52,0x1e,0x27,0x3a,0xf3,0x62,0x26,0x1a,0xb9,0x00,0xa6,0x77,0x44,0x5e,0x8d,
+0xcf,0xc4,0xe8,0x83,0xe8,0x1f,0x00,0x6b,0x2a,0x2e,0xea,0x05,0x00,0x00,};
+
+static const unsigned int dummy_align__favicon_ico = 1;
+static const unsigned char data__favicon_ico[] = {
+/* /favicon.ico (12 chars) */
+0x2f,0x66,0x61,0x76,0x69,0x63,0x6f,0x6e,0x2e,0x69,0x63,0x6f,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
 /* "Content-Length: 1150
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x31,0x31,0x35,0x30,0x0d,0x0a,
+" (22 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x31,0x31,0x35,0x30,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
 /* "Content-type: image/x-icon
-
-" (30 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x69,0x6d,
-0x61,0x67,0x65,0x2f,0x78,0x2d,0x69,0x63,0x6f,0x6e,0x0d,0x0a,0x0d,0x0a,
-/* raw file data (1150 bytes) */
-0x00,0x00,0x01,0x00,0x01,0x00,0x10,0x10,0x00,0x00,0x00,0x00,0x20,0x00,0x68,0x04,
-0x00,0x00,0x16,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
-0x00,0x00,0x01,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x40,0x04,0x00,0x00,0x00,0x00,
-0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xd2,0xd2,0xff,0xd2,0xd2,
-0xd2,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0x8d,0x8d,0x8d,0xff,0x84,0x84,0x84,0xff,0x89,0x89,0x89,0xff,0x89,0x89,
-0x89,0xff,0x84,0x84,0x84,0xff,0x8d,0x8d,0x8d,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0x84,0x84,
-0x84,0xff,0xae,0xae,0xae,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xae,0xae,0xae,0xff,0x84,0x84,0x84,0xff,0xa4,0xa4,
-0xa4,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x81,0x81,0x81,0xff,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xa0,0xa0,0xa0,0xff,0x9a,0x9a,0x9a,0xff,0xff,0xff,
-0xff,0x01,0xc7,0xc7,0xc7,0xff,0x8f,0x8f,0x8f,0xff,0x85,0x85,0x85,0xff,0x85,0x85,
-0x85,0xff,0x8f,0x8f,0x8f,0xff,0xca,0xca,0xca,0xff,0xff,0xff,0xff,0x01,0xd5,0xd5,
-0xd5,0xff,0xff,0xff,0xff,0x01,0x77,0x77,0x77,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xd5,0xd5,0xd5,0xff,0x84,0x84,0x84,0xff,0xff,0xff,0xff,0x01,0xa8,0xa8,
-0xa8,0xff,0x8c,0x8c,0x8c,0xff,0xbb,0xbb,0xbb,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xba,0xba,0xba,0xff,0xaf,0xaf,0xaf,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0x65,0x64,0x5b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0x98,0x98,0x98,0xff,0xb0,0xb0,0xb0,0xff,0xd5,0xd5,0xd5,0xff,0x84,0x84,
-0x84,0xff,0xda,0xda,0xda,0xff,0x95,0x95,0x95,0xff,0x84,0x84,0x84,0xff,0x9d,0x9d,
-0x9d,0xff,0xd7,0xd7,0xd7,0xff,0xff,0xff,0xff,0x01,0x98,0x98,0x97,0xff,0x7b,0x7a,
-0x73,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0x93,0x93,0x93,0xff,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0xbe,0xbe,
-0xbe,0xff,0xbd,0xbd,0xbd,0xff,0xd1,0xd1,0xd1,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xb5,0xb4,0xae,0xff,0x5f,0x5f,0x5d,0xff,0x9d,0x97,0x6b,0xff,0xd2,0xc0,
-0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0x01,0xf1,0xf1,0xf1,0xff,0xff,0xff,
-0xff,0x01,0xd5,0xd5,0xd5,0xff,0xd0,0xcf,0xce,0xff,0x85,0x85,0x85,0xff,0x60,0x60,
-0x60,0xff,0x94,0x91,0x85,0xff,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
-0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0x62,0x62,
-0x62,0xff,0x5e,0x5d,0x5c,0xff,0x5c,0x5c,0x5c,0xff,0x5e,0x5d,0x5c,0xff,0x61,0x61,
-0x60,0xff,0x67,0x65,0x5b,0xff,0x86,0x84,0x7b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
-0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xd2,0xc0,0x55,0xff,0xff,0xff,
-0xff,0x01,0xd4,0xc4,0x5e,0xff,0xd4,0xc3,0x5c,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xd4,0xc3,0x5c,0xff,0xd4,0xc4,0x5e,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,
-0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xd1,0xc0,0x54,0xff,0xdc,0xcf,0x7d,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,
-0x33,0xff,0xff,0xff,0xff,0x01,0xd0,0xbe,0x50,0xff,0xc9,0xb4,0x33,0xff,0xc9,0xb4,
-0x33,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,
-0xff,0x01,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xd9,0xca,
-0x6f,0xff,0xcc,0xb9,0x41,0xff,0xe1,0xd6,0x8f,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xe0,0xd5,0x8c,0xff,0xcc,0xb9,0x40,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,
-0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xd5,0xc5,0x62,0xff,0xd2,0xc1,0x58,0xff,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xce,0xbb,0x46,0xff,0xc9,0xb5,0x35,0xff,0xc9,0xb5,
-0x35,0xff,0xce,0xbb,0x46,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xc0,
-0x55,0xff,0xd5,0xc5,0x62,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd7,0xc8,0x69,0xff,0xc9,0xb4,
-0x33,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xdb,0xce,0x79,0xff,0xc9,0xb4,0x33,0xff,0xd7,0xc8,
-0x69,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x0d,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xcd,0xb9,0x42,0xff,0xc9,0xb4,0x33,0xff,0xcb,0xb7,0x3b,0xff,0xcb,0xb7,
-0x3b,0xff,0xc9,0xb4,0x33,0xff,0xcd,0xb9,0x42,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xeb,0xe4,0xb5,0xff,0xeb,0xe4,
-0xb5,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
-0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x00,0x00,
-0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
-0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
-0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
-0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,};
-
-static const unsigned int dummy_align__index_html = 2;
-static const unsigned char data__index_html[] = {
-/* /index.html (12 chars) */
-0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,
-
-/* HTTP header */
+" (28 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x69,0x6d,
+0x61,0x67,0x65,0x2f,0x78,0x2d,0x69,0x63,0x6f,0x6e,0x0d,0x0a,
+/* "ETag: "zdkIjdkLOR2ugvo"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x7a,0x64,0x6b,0x49,0x6a,0x64,0x6b,0x4c,0x4f,
+0x52,0x32,0x75,0x67,0x76,0x6f,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (1150 bytes) */
+0x00,0x00,0x01,0x00,0x01,0x00,0x10,0x10,0x00,0x00,0x00,0x00,0x20,0x00,0x68,0x04,
+0x00,0x00,0x16,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
+0x00,0x00,0x01,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x40,0x04,0x00,0x00,0x00,0x00,
+0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xd2,0xd2,0xff,0xd2,0xd2,
+0xd2,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0x8d,0x8d,0x8d,0xff,0x84,0x84,0x84,0xff,0x89,0x89,0x89,0xff,0x89,0x89,
+0x89,0xff,0x84,0x84,0x84,0xff,0x8d,0x8d,0x8d,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0x84,0x84,
+0x84,0xff,0xae,0xae,0xae,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xae,0xae,0xae,0xff,0x84,0x84,0x84,0xff,0xa4,0xa4,
+0xa4,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x81,0x81,0x81,0xff,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xa0,0xa0,0xa0,0xff,0x9a,0x9a,0x9a,0xff,0xff,0xff,
+0xff,0x01,0xc7,0xc7,0xc7,0xff,0x8f,0x8f,0x8f,0xff,0x85,0x85,0x85,0xff,0x85,0x85,
+0x85,0xff,0x8f,0x8f,0x8f,0xff,0xca,0xca,0xca,0xff,0xff,0xff,0xff,0x01,0xd5,0xd5,
+0xd5,0xff,0xff,0xff,0xff,0x01,0x77,0x77,0x77,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xd5,0xd5,0xd5,0xff,0x84,0x84,0x84,0xff,0xff,0xff,0xff,0x01,0xa8,0xa8,
+0xa8,0xff,0x8c,0x8c,0x8c,0xff,0xbb,0xbb,0xbb,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xba,0xba,0xba,0xff,0xaf,0xaf,0xaf,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0x65,0x64,0x5b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0x98,0x98,0x98,0xff,0xb0,0xb0,0xb0,0xff,0xd5,0xd5,0xd5,0xff,0x84,0x84,
+0x84,0xff,0xda,0xda,0xda,0xff,0x95,0x95,0x95,0xff,0x84,0x84,0x84,0xff,0x9d,0x9d,
+0x9d,0xff,0xd7,0xd7,0xd7,0xff,0xff,0xff,0xff,0x01,0x98,0x98,0x97,0xff,0x7b,0x7a,
+0x73,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0x93,0x93,0x93,0xff,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0xbe,0xbe,
+0xbe,0xff,0xbd,0xbd,0xbd,0xff,0xd1,0xd1,0xd1,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xb5,0xb4,0xae,0xff,0x5f,0x5f,0x5d,0xff,0x9d,0x97,0x6b,0xff,0xd2,0xc0,
+0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0x01,0xf1,0xf1,0xf1,0xff,0xff,0xff,
+0xff,0x01,0xd5,0xd5,0xd5,0xff,0xd0,0xcf,0xce,0xff,0x85,0x85,0x85,0xff,0x60,0x60,
+0x60,0xff,0x94,0x91,0x85,0xff,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
+0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0x62,0x62,
+0x62,0xff,0x5e,0x5d,0x5c,0xff,0x5c,0x5c,0x5c,0xff,0x5e,0x5d,0x5c,0xff,0x61,0x61,
+0x60,0xff,0x67,0x65,0x5b,0xff,0x86,0x84,0x7b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
+0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xd2,0xc0,0x55,0xff,0xff,0xff,
+0xff,0x01,0xd4,0xc4,0x5e,0xff,0xd4,0xc3,0x5c,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xd4,0xc3,0x5c,0xff,0xd4,0xc4,0x5e,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,
+0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xd1,0xc0,0x54,0xff,0xdc,0xcf,0x7d,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,
+0x33,0xff,0xff,0xff,0xff,0x01,0xd0,0xbe,0x50,0xff,0xc9,0xb4,0x33,0xff,0xc9,0xb4,
+0x33,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,
+0xff,0x01,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xd9,0xca,
+0x6f,0xff,0xcc,0xb9,0x41,0xff,0xe1,0xd6,0x8f,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xe0,0xd5,0x8c,0xff,0xcc,0xb9,0x40,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,
+0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xd5,0xc5,0x62,0xff,0xd2,0xc1,0x58,0xff,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xce,0xbb,0x46,0xff,0xc9,0xb5,0x35,0xff,0xc9,0xb5,
+0x35,0xff,0xce,0xbb,0x46,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xc0,
+0x55,0xff,0xd5,0xc5,0x62,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd7,0xc8,0x69,0xff,0xc9,0xb4,
+0x33,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xdb,0xce,0x79,0xff,0xc9,0xb4,0x33,0xff,0xd7,0xc8,
+0x69,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x0d,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xcd,0xb9,0x42,0xff,0xc9,0xb4,0x33,0xff,0xcb,0xb7,0x3b,0xff,0xcb,0xb7,
+0x3b,0xff,0xc9,0xb4,0x33,0xff,0xcd,0xb9,0x42,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xeb,0xe4,0xb5,0xff,0xeb,0xe4,
+0xb5,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
+0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x00,0x00,
+0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
+0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
+0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
+0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,};
+
+static const unsigned int dummy_align__login_html = 2;
+static const unsigned char data__login_html[] = {
+/* /login.html (11 chars) */
+0x2f,0x6c,0x6f,0x67,0x69,0x6e,0x2e,0x68,0x74,0x6d,0x6c,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 989
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x39,0x38,0x39,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 462
+" (21 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x34,0x36,0x32,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
 /* "Content-type: text/html
 Content-Encoding: gzip
-
-" (51 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
-0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
-0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
-0x0a,0x0d,0x0a,
-/* raw file data (989 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x8d,0x55,0x4d,0x8f,0xdc,0x44,
-0x10,0xbd,0x23,0xf1,0x1f,0x9a,0xbe,0x84,0xa0,0xf5,0x3a,0x39,0x20,0x45,0x60,0x8f,
-0x04,0x21,0x48,0x9c,0xe0,0x90,0x20,0x72,0xec,0xb1,0x7b,0xc7,0x9d,0xf8,0x0b,0xbb,
-0x3d,0x9b,0xbd,0xed,0x07,0x08,0x24,0x56,0x20,0x45,0x48,0x48,0x48,0x44,0x42,0xf0,
-0x03,0x26,0xc3,0x6e,0x76,0x76,0x77,0x76,0xf2,0x17,0xba,0xff,0x11,0xaf,0xba,0xed,
-0xc9,0x68,0xc2,0x81,0x95,0x76,0xdc,0xee,0xea,0xaa,0x7a,0xfd,0xea,0x55,0x39,0x7a,
-0xef,0xb3,0x2f,0xef,0x3f,0x7c,0xfc,0xd5,0x03,0x96,0xe9,0x22,0x1f,0xbd,0xfb,0x4e,
-0x44,0x4f,0x96,0x8b,0x72,0x12,0x73,0xee,0xde,0xa5,0x48,0xe9,0x59,0x48,0x2d,0x58,
-0x92,0x89,0xa6,0x95,0x3a,0xe6,0x9d,0xde,0x0b,0xee,0x39,0xbb,0xdb,0xcf,0xb4,0xae,
-0x03,0xf9,0x6d,0xa7,0xa6,0x31,0xff,0x26,0x78,0xf4,0x49,0x70,0xbf,0x2a,0x6a,0xa1,
-0xd5,0x38,0x97,0x9c,0x25,0x55,0xa9,0x65,0x09,0xa7,0x2f,0x1e,0xc4,0x32,0x9d,0xc8,
-0x37,0x6e,0xa5,0x28,0x64,0xcc,0xa7,0x4a,0xee,0xd7,0x55,0xa3,0x37,0x4e,0xee,0xab,
-0x54,0x67,0x71,0x2a,0xa7,0x2a,0x91,0x81,0x7b,0xd9,0x61,0xaa,0x54,0x5a,0x89,0x3c,
-0x68,0x13,0x91,0xcb,0xf8,0xee,0xee,0x9d,0x1d,0x56,0x88,0x67,0xaa,0xe8,0x8a,0xcd,
-0xad,0xae,0x95,0x8d,0x7b,0x17,0xc8,0x1d,0xdf,0x71,0xb9,0x72,0x55,0x3e,0x65,0x8d,
-0xcc,0x63,0xde,0xea,0x83,0x5c,0xb6,0x99,0x94,0x48,0x96,0x35,0x72,0x0f,0x17,0xa9,
-0xf3,0x4a,0xa4,0xbb,0x49,0xdb,0xba,0xa3,0x5a,0xe9,0x5c,0x8e,0xcc,0x0b,0xf3,0xd2,
-0xdc,0x98,0x95,0x99,0x9b,0x6b,0x73,0x8e,0xd5,0xc2,0x9c,0x33,0xf3,0xda,0x1e,0x9a,
-0x95,0xfd,0x11,0x2f,0x73,0x73,0x65,0x16,0x51,0xe8,0x0f,0x83,0x9b,0x30,0xeb,0x49,
-0x1a,0x57,0xe9,0x01,0x91,0x55,0x8a,0x29,0x4b,0x72,0xd1,0xb6,0x31,0xc7,0x72,0x2c,
-0x1a,0x3e,0x8a,0x42,0xac,0xc8,0x96,0xaa,0x29,0x53,0x69,0xcc,0x93,0xaa,0x2b,0x75,
-0xb0,0xdf,0x88,0x9a,0x32,0x33,0x36,0x18,0x6e,0x39,0x43,0x5a,0xed,0x97,0xb7,0xdc,
-0x3e,0x2c,0xf5,0xc8,0xfc,0x0e,0x34,0x37,0xf6,0x98,0x20,0x00,0x13,0x50,0xd9,0x43,
-0x66,0x5e,0xda,0x13,0x73,0x86,0xe5,0x31,0xc0,0xd1,0x0e,0xb0,0x5e,0x98,0x99,0xf9,
-0xc7,0x1e,0xc2,0xf0,0x8a,0x90,0x33,0xfb,0xc3,0x60,0x60,0x51,0x5b,0x8b,0x72,0x23,
-0x75,0xd9,0x15,0x63,0x09,0x64,0x1f,0x46,0x21,0x59,0x46,0xcc,0x1e,0xc1,0xe5,0x0a,
-0xae,0x37,0xe6,0x6c,0x37,0x0a,0x6b,0x0f,0x2b,0x04,0x60,0xc2,0x3d,0x3c,0x09,0x7f,
-0x7f,0x37,0x02,0x5f,0x53,0x08,0x98,0xb3,0xbb,0xff,0x97,0x36,0x9c,0xc4,0xf9,0xbd,
-0xaa,0x29,0x18,0x13,0x89,0x56,0x55,0x19,0xf3,0x70,0xa8,0xc3,0x44,0x71,0x06,0x49,
-0x65,0x15,0x18,0xaa,0xab,0x16,0x75,0x92,0x65,0xa2,0x0f,0x6a,0xe8,0xa4,0xe8,0x72,
-0xad,0x6a,0xd1,0xe8,0x90,0x7c,0x83,0x54,0x68,0xc1,0x59,0x55,0xb6,0xdd,0xb8,0x50,
-0x50,0x57,0x23,0x75,0xd7,0x94,0xec,0x6b,0x91,0x2b,0x98,0xe4,0xfb,0x3a,0x53,0xed,
-0xed,0x8f,0x1d,0xb6,0x0d,0xc8,0x3e,0x4f,0x40,0x11,0xb6,0x4d,0x93,0x4e,0xa5,0x4e,
-0x9c,0x9e,0xf1,0x5f,0xcd,0xb5,0xfd,0x85,0x81,0xee,0x2d,0x29,0xd0,0xe6,0x96,0x14,
-0x18,0x18,0x3b,0xa7,0x93,0xf6,0x7b,0xfc,0x9e,0x41,0x21,0x4b,0xb3,0xfa,0x68,0xcd,
-0x60,0x45,0x8d,0xc5,0xf0,0x17,0xe5,0x6a,0x64,0xfe,0x84,0x78,0x56,0xa8,0xd7,0xc2,
-0xd5,0x72,0x6e,0x66,0xa8,0xea,0x29,0x45,0x98,0x31,0x67,0x59,0x22,0xfa,0xa9,0xfd,
-0xd9,0x1e,0xfb,0x1a,0x2f,0x50,0xec,0x05,0x83,0xe4,0x90,0x02,0xe2,0x23,0x2d,0x5e,
-0xd2,0xe9,0x15,0xaa,0xb5,0xa0,0x43,0x80,0x79,0xba,0xc3,0xec,0x77,0x28,0xfc,0xa5,
-0xb9,0x7e,0x1b,0x9b,0x3d,0x62,0xc8,0x34,0xb3,0x47,0x24,0x5d,0xa7,0x11,0xa7,0x67,
-0xb3,0x64,0x1f,0xec,0x8e,0x55,0x19,0x85,0x00,0xb5,0x01,0xef,0x2f,0x80,0x98,0x91,
-0x8c,0x3c,0xac,0xd7,0xf6,0xc4,0x2f,0xae,0xd6,0x29,0xec,0xc9,0x5b,0x49,0xb6,0x83,
-0xfc,0x81,0x10,0xaf,0x86,0x10,0x57,0x84,0x16,0x17,0x86,0xb2,0x18,0x37,0xbf,0xad,
-0x05,0x7a,0x41,0xf8,0xed,0x29,0x5f,0x3b,0x47,0x61,0xcf,0x14,0x09,0xbe,0xa7,0x7f,
-0x0e,0xd7,0x0b,0x33,0x77,0x37,0x38,0x26,0x8a,0xe6,0x28,0x09,0xae,0xee,0xbb,0x93,
-0x7e,0xc1,0xc6,0x82,0x5a,0x83,0xe8,0x02,0x0b,0xe7,0xe6,0x12,0x37,0x76,0x4c,0x6e,
-0xf5,0x0b,0x79,0x83,0x65,0x00,0x5b,0x7a,0xe6,0x80,0xe6,0x05,0xfc,0x96,0xf0,0x01,
-0x25,0x3d,0x16,0x52,0xfd,0xa0,0xf5,0xbe,0x29,0x7b,0xb5,0xf7,0xd2,0xd9,0x10,0xbd,
-0xab,0xa9,0x2a,0xeb,0x4e,0xbb,0xb6,0xf2,0x07,0x3e,0x57,0x34,0xf4,0xea,0x5c,0x24,
-0x32,0xab,0xf2,0x54,0x36,0x31,0x37,0x7f,0x23,0x2d,0x8a,0xc3,0x59,0xaa,0x5a,0x1a,
-0x4c,0x10,0xf7,0xb0,0xc2,0xd4,0xf3,0x83,0x62,0x0f,0x7e,0x01,0x4d,0x44,0xce,0xc2,
-0xa1,0x20,0x1b,0xc2,0x25,0xf3,0x23,0x37,0xac,0xd8,0x58,0x97,0xf4,0x1f,0xd4,0x8d,
-0x2a,0x44,0x73,0xe0,0xc7,0x87,0xc3,0xe2,0xfa,0xd8,0x3c,0xb7,0x3f,0x41,0xb4,0x2b,
-0x7b,0xd8,0x37,0xb6,0xaf,0x2e,0x2e,0xb3,0x0d,0xf5,0x53,0x5d,0x72,0xe6,0x9b,0x8b,
-0xc2,0xaf,0xa1,0xf8,0x8b,0x70,0xe6,0xe7,0x33,0x35,0x9a,0x33,0xaf,0x61,0xf5,0xa3,
-0x00,0x11,0x87,0xa1,0xf0,0x66,0xc7,0xe7,0xe8,0xef,0xb4,0x8d,0xb4,0x4f,0xe6,0x5b,
-0x96,0xb3,0xa9,0xc8,0x3b,0x34,0xf6,0x7f,0x68,0xc2,0x11,0xd0,0xe3,0xdd,0x8a,0x95,
-0xe2,0xdb,0x84,0x99,0xd3,0x87,0x1a,0x77,0x5a,0x57,0xb8,0xc5,0x10,0x6a,0xbb,0xa0,
-0xae,0x30,0x93,0x6a,0x2c,0x92,0xa7,0x9c,0xb9,0xd2,0x52,0xeb,0xd3,0xa2,0x4d,0x1a,
-0x55,0xeb,0x3e,0x8c,0x96,0xcf,0x74,0xf8,0x44,0x4c,0x85,0xdf,0xe5,0xac,0x6d,0x92,
-0xf5,0xc7,0xe1,0x09,0xbe,0x0d,0xa0,0xd2,0x9d,0x77,0x21,0x86,0x89,0x38,0x8c,0xfb,
-0xd0,0x7d,0x3c,0xff,0x05,0x8d,0x32,0x0c,0x0f,0x4c,0x07,0x00,0x00,};
-
-static const unsigned int dummy_align__login_html = 3;
-static const unsigned char data__login_html[] = {
-/* /login.html (12 chars) */
-0x2f,0x6c,0x6f,0x67,0x69,0x6e,0x2e,0x68,0x74,0x6d,0x6c,0x00,
-
-/* HTTP header */
+" (49 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
+0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
+0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
+0x0a,
+/* "ETag: "btPuMKNs4kkQgqn"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x62,0x74,0x50,0x75,0x4d,0x4b,0x4e,0x73,0x34,
+0x6b,0x6b,0x51,0x67,0x71,0x6e,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (462 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x8d,0x52,0xbd,0x6e,0x14,0x31,
+0x10,0xee,0xf3,0x14,0xc6,0x35,0x9b,0xbd,0x5c,0x85,0x92,0xf5,0x49,0x28,0x04,0x89,
+0x0a,0x0a,0x90,0xa0,0xf4,0xd9,0x73,0x6b,0x2b,0x5e,0xdb,0xac,0x67,0xef,0x72,0x54,
+0x11,0x05,0x15,0x12,0x88,0x96,0x82,0x57,0x88,0xa0,0xe0,0x50,0x94,0x3c,0x83,0xef,
+0x8d,0x18,0xef,0x1d,0x51,0x44,0x03,0xdb,0xcc,0x7a,0xec,0xf9,0xfe,0xec,0xe6,0xc1,
+0x93,0xe7,0xa7,0x2f,0xdf,0xbc,0x38,0x63,0x06,0x3b,0x37,0x3b,0x68,0x4a,0x61,0x4e,
+0xfa,0x56,0x70,0x5e,0x96,0x20,0x35,0x95,0x0e,0x50,0x32,0x65,0x64,0x9f,0x00,0x05,
+0x1f,0x70,0x51,0x3d,0x2a,0xbb,0x63,0xdb,0x20,0xc6,0x0a,0xde,0x0e,0x76,0x29,0xf8,
+0xeb,0xea,0xd5,0xe3,0xea,0x34,0x74,0x51,0xa2,0x9d,0x3b,0xe0,0x4c,0x05,0x8f,0xe0,
+0x69,0xe6,0xd9,0x99,0x00,0xdd,0xc2,0xdd,0x94,0x97,0x1d,0x08,0xbe,0xb4,0xb0,0x8a,
+0xa1,0xc7,0x7b,0x07,0x57,0x56,0xa3,0x11,0x1a,0x96,0x56,0x41,0x35,0x2e,0x1e,0x32,
+0xeb,0x2d,0x5a,0xe9,0xaa,0xa4,0xa4,0x03,0x71,0x54,0x40,0x9c,0xf5,0xe7,0xac,0x07,
+0x27,0x78,0xc2,0xb5,0x83,0x64,0x00,0x08,0xc5,0xf4,0xb0,0x10,0x7c,0xb1,0x1a,0x7b,
+0x87,0x2a,0xa5,0x72,0x14,0x2d,0x3a,0x98,0x35,0xf5,0xae,0x1e,0x34,0xf5,0xde,0xd4,
+0x3c,0xe8,0x35,0x6d,0x9b,0x29,0x1b,0x8f,0x0b,0x8e,0x70,0x81,0x95,0x74,0xb6,0xf5,
+0xc7,0x4c,0x91,0x6a,0xe8,0x4f,0x58,0x94,0x5a,0x5b,0xdf,0x56,0x18,0xe2,0x31,0x3b,
+0x9a,0x4c,0xe2,0xc5,0x09,0x9f,0xe5,0xcf,0xf9,0xfb,0xf6,0x7d,0xbe,0xdd,0x5e,0xe6,
+0x4d,0xfe,0x99,0xaf,0xb6,0x1f,0xf2,0x66,0xfb,0x89,0x80,0xa7,0x84,0xb7,0x08,0x7d,
+0xc7,0x94,0x93,0x29,0x51,0x52,0xd1,0x05,0xa9,0xab,0xd2,0xe2,0x4c,0x2a,0xb4,0xc1,
+0x0b,0x5e,0x2b,0x03,0xea,0xdc,0x85,0xd6,0xfa,0x43,0xd5,0x5a,0xce,0x28,0x46,0x13,
+0xb4,0xe0,0x31,0x24,0x24,0xc1,0x8c,0xbe,0xc6,0xfa,0x38,0x20,0xb3,0xd4,0xdd,0x61,
+0x3c,0xb5,0x25,0x4e,0x5c,0x47,0x4a,0xad,0xe8,0xe4,0x2c,0x3a,0xa9,0xc0,0x04,0xa7,
+0xa1,0x17,0x3c,0x7f,0xcd,0xb7,0xf9,0x07,0xa9,0xb9,0xa1,0x28,0x77,0xdc,0x23,0x01,
+0x67,0xc9,0xbe,0xa3,0x91,0xe9,0x84,0xb3,0x5d,0xe4,0x43,0x82,0xbe,0xfc,0xf1,0xfa,
+0x3f,0x98,0x22,0xb9,0x58,0x85,0x5e,0xff,0xcd,0xf6,0x8d,0x3c,0x5f,0x12,0xe3,0xf5,
+0xf6,0xe3,0xbf,0xf8,0xee,0x20,0x46,0xbe,0x66,0xa0,0x47,0x76,0xcf,0xe0,0x5e,0xeb,
+0x1c,0xfd,0x1f,0x73,0x69,0x98,0x77,0x96,0xec,0x2d,0xa5,0x1b,0x48,0x78,0xfe,0x42,
+0x34,0xbf,0x28,0xec,0xcd,0x98,0x4c,0x53,0x17,0x80,0xa6,0x2e,0x89,0x96,0xba,0xbf,
+0xc3,0x7a,0x7c,0xbd,0xbf,0x01,0xeb,0x25,0x1e,0xef,0xcd,0x02,0x00,0x00,};
+
+static const unsigned int dummy_align__index_html = 3;
+static const unsigned char data__index_html[] = {
+/* /index.html (11 chars) */
+0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 466
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x34,0x36,0x36,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 979
+" (21 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x39,0x37,0x39,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
 /* "Content-type: text/html
 Content-Encoding: gzip
-
-" (51 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
-0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
-0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
-0x0a,0x0d,0x0a,
-/* raw file data (466 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x8d,0x52,0xbd,0x6e,0x14,0x31,
-0x10,0xee,0x91,0x78,0x07,0xe3,0x9a,0xcd,0x5e,0xae,0x42,0xc9,0xfa,0x24,0x14,0x82,
-0x44,0x05,0x05,0x48,0x50,0xfa,0xec,0xb9,0x5d,0x2b,0x5e,0xdb,0xac,0x67,0xef,0x72,
-0x54,0x11,0x05,0x15,0x12,0x88,0x96,0x82,0x57,0x40,0x50,0x70,0x08,0x91,0x67,0xf0,
-0xbd,0x11,0x63,0x6f,0x02,0x11,0x0d,0xb8,0x19,0x7b,0xd6,0xf3,0xfd,0xad,0x9b,0x3b,
-0x0f,0x1e,0x9f,0x3c,0x7d,0xf1,0xe4,0x94,0x75,0xd8,0xdb,0xc5,0xed,0x5b,0x4d,0xae,
-0xcc,0x4a,0xd7,0x0a,0xce,0xcb,0x19,0xa4,0xce,0xb5,0x07,0x94,0x4c,0x75,0x72,0x88,
-0x80,0x82,0x8f,0xb8,0xaa,0xee,0x95,0xef,0xa5,0xdf,0x21,0x86,0x0a,0x5e,0x8e,0x66,
-0x2d,0xf8,0xf3,0xea,0xd9,0xfd,0xea,0xc4,0xf7,0x41,0xa2,0x59,0x5a,0xe0,0x4c,0x79,
-0x87,0xe0,0x68,0xe8,0xd1,0xa9,0x00,0xdd,0xc2,0x9f,0x31,0x27,0x7b,0x10,0x7c,0x6d,
-0x60,0x13,0xfc,0x80,0x37,0x6e,0x6e,0x8c,0xc6,0x4e,0x68,0x58,0x1b,0x05,0x55,0x39,
-0xdc,0x65,0xc6,0x19,0x34,0xd2,0x56,0x51,0x49,0x0b,0xe2,0xb0,0xa0,0x58,0xe3,0xce,
-0xd8,0x00,0x56,0xf0,0x88,0x5b,0x0b,0xb1,0x03,0x20,0x98,0x6e,0x80,0x95,0xe0,0xab,
-0x4d,0xe9,0x1d,0xa8,0x18,0xcb,0x5d,0x34,0x68,0x61,0xd1,0xd4,0x53,0x25,0x47,0x75,
-0x77,0x65,0x6d,0xe9,0xf5,0xb6,0x58,0x9d,0xb3,0x32,0x22,0x38,0xc2,0x39,0x56,0xd2,
-0x9a,0xd6,0x1d,0x31,0x45,0xda,0x61,0x38,0x66,0x41,0x6a,0x6d,0x5c,0x5b,0xa1,0x0f,
-0x47,0xec,0x70,0x36,0x0b,0xe7,0xc7,0x7c,0x91,0xde,0xa7,0x2f,0xfb,0xd7,0xe9,0x72,
-0x7f,0x91,0x76,0xe9,0x5b,0xfa,0xbc,0x7f,0x93,0x76,0xfb,0x77,0x04,0x3d,0xcf,0x80,
-0x2b,0x3f,0xf4,0x4c,0x59,0x19,0x23,0x25,0x16,0xac,0x97,0xba,0xca,0x2d,0xce,0xa4,
-0x42,0xe3,0x9d,0xe0,0xb5,0xea,0x40,0x9d,0x59,0xdf,0x1a,0x77,0xa0,0x5a,0xc3,0x19,
-0xa5,0xd9,0x79,0x2d,0x78,0xf0,0x11,0xb3,0x6a,0x46,0xab,0x31,0x2e,0x8c,0xc8,0x0c,
-0xb5,0x27,0x90,0x87,0x26,0xc7,0x8a,0xdb,0x40,0xe1,0x65,0xa5,0x9c,0x05,0x2b,0x15,
-0x74,0xde,0x6a,0x18,0x04,0x4f,0x1f,0xd3,0x65,0xfa,0x4a,0x7a,0x7e,0x52,0xa2,0x13,
-0x79,0x61,0xe0,0x2c,0x9a,0x57,0x34,0x32,0x9f,0x71,0x36,0x25,0x3f,0x46,0x18,0xf2,
-0x8e,0xd7,0xff,0x43,0x15,0xc8,0xc7,0xc6,0x0f,0xfa,0x6f,0xba,0x4f,0x64,0xfb,0x82,
-0x28,0x7f,0xec,0xdf,0xfe,0x8b,0xf0,0x37,0xc4,0x44,0xd8,0x8c,0xf9,0xc9,0xdd,0xf0,
-0x78,0x25,0x77,0x89,0xee,0xda,0x5f,0x1c,0x97,0xbd,0x21,0x87,0x6b,0x69,0x47,0xd2,
-0x9e,0x3e,0x10,0xd1,0x77,0x4a,0x7c,0x37,0xa5,0xd3,0xd4,0x05,0xa2,0xa9,0x73,0xae,
-0x39,0xf2,0xfa,0xfa,0x67,0xd6,0xe5,0x41,0xff,0x02,0x13,0xce,0x8f,0xb1,0xe0,0x02,
-0x00,0x00,};
-
-static const unsigned int dummy_align__success_html = 4;
-static const unsigned char data__success_html[] = {
-/* /success.html (14 chars) */
-0x2f,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x2e,0x68,0x74,0x6d,0x6c,0x00,0x00,0x00,
-
-/* HTTP header */
+" (49 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
+0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
+0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
+0x0a,
+/* "ETag: "bYAJLlS8w89TkR5"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x62,0x59,0x41,0x4a,0x4c,0x6c,0x53,0x38,0x77,
+0x38,0x39,0x54,0x6b,0x52,0x35,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (979 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x8d,0x55,0x4d,0x8f,0xdc,0x44,
+0x10,0xbd,0xef,0xaf,0x68,0xfa,0x12,0x40,0xeb,0x75,0x72,0x40,0x8a,0xc0,0x1e,0x09,
+0x42,0x90,0x38,0xc1,0x81,0x20,0x38,0xf6,0xd8,0xbd,0x33,0x9d,0xd8,0x6d,0x63,0xb7,
+0x67,0xb3,0xb7,0xfd,0x00,0x11,0x89,0x15,0x48,0x08,0x09,0x09,0x89,0x48,0x08,0x7e,
+0xc0,0x64,0xd8,0xcd,0xce,0xee,0xce,0x4e,0xfe,0x42,0xf7,0x3f,0xe2,0x55,0xdb,0x9e,
+0x0c,0x0e,0x07,0x0e,0x33,0x6e,0x77,0x75,0x55,0xbd,0xae,0xf7,0xaa,0x1c,0xbd,0xf5,
+0xf1,0x67,0x0f,0xbe,0xf8,0xfa,0xf3,0x87,0x6c,0x6a,0xf2,0x6c,0xb4,0x13,0xd1,0x83,
+0x65,0x42,0x4f,0x62,0xce,0xe9,0x55,0x8a,0x14,0x8f,0x5c,0x1a,0xc1,0x92,0xa9,0xa8,
+0x6a,0x69,0x62,0xde,0x98,0xfd,0xe0,0x3e,0x59,0xfd,0xf6,0xd4,0x98,0x32,0x90,0xdf,
+0x34,0x6a,0x16,0xf3,0xaf,0x82,0x47,0x1f,0x06,0x0f,0x8a,0xbc,0x14,0x46,0x8d,0x33,
+0xc9,0x59,0x52,0x68,0x23,0x35,0x7c,0x3e,0x7d,0x18,0xcb,0x74,0x22,0x37,0x5e,0x5a,
+0xe4,0x32,0xe6,0x33,0x25,0x0f,0xca,0xa2,0x32,0x5b,0x07,0x0f,0x54,0x6a,0xa6,0x71,
+0x2a,0x67,0x2a,0x91,0x81,0x7f,0xd9,0x65,0x4a,0x2b,0xa3,0x44,0x16,0xd4,0x89,0xc8,
+0x64,0x7c,0x6f,0xef,0xee,0x2e,0xcb,0xc5,0x53,0x95,0x37,0xf9,0xf6,0x56,0x53,0xcb,
+0xca,0xbf,0x0b,0xa4,0x8e,0xef,0x52,0xaa,0x4c,0xe9,0x27,0xac,0x92,0x59,0xcc,0x6b,
+0x73,0x98,0xc9,0x7a,0x2a,0x25,0x72,0x4d,0x2b,0xb9,0x8f,0x5b,0x94,0x59,0x21,0xd2,
+0xbd,0xa4,0xae,0xe9,0xa4,0x51,0x26,0x93,0x23,0xfb,0xdc,0xbe,0xb0,0xb7,0x76,0x6d,
+0x17,0xf6,0xc6,0x5e,0x60,0xb5,0xb4,0x17,0xcc,0xbe,0x72,0x47,0x76,0xed,0x9e,0xe1,
+0x65,0x61,0xaf,0xed,0x32,0x0a,0xdb,0xc3,0x3b,0x51,0xd8,0x95,0x67,0x5c,0xa4,0x87,
+0x88,0xa1,0xc5,0x8c,0x25,0x99,0xa8,0xeb,0x98,0x63,0x39,0x16,0x15,0x1f,0x45,0x21,
+0x56,0x30,0xa5,0x6a,0xc6,0x54,0x1a,0xf3,0xa4,0x68,0xb4,0x09,0x0e,0x2a,0x51,0x22,
+0x29,0x63,0xfd,0xfe,0x1d,0xbf,0x9f,0x16,0x07,0xfa,0x0e,0x6d,0xc3,0x50,0x8e,0xec,
+0x6f,0xc0,0x71,0xeb,0x4e,0x28,0x39,0xd0,0x00,0x8f,0x3b,0x62,0xf6,0x85,0x3b,0xb5,
+0xe7,0x58,0x9e,0x00,0x16,0xed,0x00,0xe5,0xa5,0x9d,0xdb,0xbf,0xdd,0x11,0x0c,0x2f,
+0x09,0x33,0x73,0xdf,0xf7,0x06,0x16,0xd5,0xa5,0xd0,0x5b,0x89,0x75,0x93,0x8f,0x25,
+0x60,0xbd,0x17,0x85,0x64,0x19,0x31,0x77,0x0c,0x97,0x6b,0xb8,0xde,0xda,0xf3,0xbd,
+0x28,0x2c,0x3d,0xa8,0x10,0x68,0x81,0xb9,0x7b,0x10,0xf4,0xee,0x56,0x84,0xbb,0x24,
+0x7f,0x08,0xe3,0xde,0xff,0x2d,0x16,0x4e,0xee,0x44,0xfb,0x45,0x95,0x33,0x26,0x12,
+0xa3,0x0a,0x1d,0xf3,0xb0,0xaf,0xfd,0x44,0x71,0x06,0x11,0x4d,0x0b,0x94,0xa6,0x2c,
+0x6a,0x70,0x23,0x75,0x62,0x0e,0x4b,0x48,0x23,0x6f,0x32,0xa3,0x4a,0x51,0x99,0x90,
+0x7c,0x83,0x54,0x18,0xc1,0x59,0xa1,0xeb,0x66,0x9c,0x2b,0xe8,0xa9,0x92,0xa6,0xa9,
+0x34,0xfb,0x52,0x64,0x0a,0x26,0xf9,0xb6,0x99,0xaa,0xfa,0x9d,0x0f,0x08,0xd9,0x16,
+0xde,0x36,0x4d,0x40,0x01,0x06,0x96,0x49,0xa3,0x52,0x12,0x63,0x5b,0xe9,0x5f,0xec,
+0x8d,0xfb,0x89,0xa1,0xcc,0x03,0xf2,0x69,0x73,0x40,0x3e,0x43,0xa5,0x2e,0xe8,0xa4,
+0xfb,0x0e,0xff,0xe7,0xd0,0xc4,0xca,0xae,0xdf,0xef,0x2b,0x57,0xa0,0x85,0x3c,0x7d,
+0x99,0x1a,0xd9,0x3f,0x20,0x96,0x35,0x58,0x5a,0x7a,0x06,0x17,0x76,0x0e,0x2e,0xcf,
+0xc8,0x7f,0xce,0xbc,0x65,0x85,0xd8,0x67,0xee,0x47,0x77,0xd2,0x32,0xbb,0x04,0xc5,
+0x4b,0x06,0x89,0x21,0x01,0xc4,0x46,0xda,0xbb,0xa2,0xd3,0x6b,0x70,0xb4,0xa4,0x43,
+0x00,0x79,0xb6,0xcb,0xdc,0xb7,0xa0,0xfb,0xca,0xde,0xbc,0x89,0xcc,0x1d,0x33,0x64,
+0x9a,0xbb,0x63,0x92,0xaa,0x57,0x86,0xd7,0xaf,0x5d,0xb1,0x77,0xf7,0xc6,0x4a,0x47,
+0x21,0x40,0xbd,0x46,0xf7,0x27,0x30,0xcc,0x49,0x3b,0x2d,0xaa,0x57,0xee,0xb4,0x5d,
+0x5c,0x6f,0x32,0xb8,0xd3,0x37,0x72,0x0c,0x62,0xfc,0x8e,0x08,0x2f,0xfb,0x08,0xd7,
+0x84,0x15,0xd7,0x85,0x9a,0x18,0xb7,0xbf,0x6e,0x44,0x79,0x49,0xe8,0xdd,0x19,0xef,
+0x7d,0xa3,0xb0,0xad,0x12,0x49,0xbc,0x2b,0xfc,0x02,0x8e,0x97,0x76,0xe1,0xd1,0x9f,
+0x50,0x79,0x16,0x20,0x03,0xd7,0x6e,0x3b,0x91,0xfe,0x51,0x89,0x25,0x35,0x03,0x95,
+0x0a,0x15,0xb8,0xb0,0x57,0xb8,0xad,0xaf,0xe2,0xa0,0x43,0xc8,0x1b,0x15,0x06,0xac,
+0x55,0x5b,0x35,0x60,0x79,0x0e,0xbf,0x15,0x7c,0x50,0x8e,0x0e,0x09,0x74,0xde,0xc9,
+0xbb,0xeb,0xc1,0x4e,0xe0,0x9d,0x60,0x5e,0xeb,0xdc,0x93,0xa9,0x74,0xd9,0x18,0xdf,
+0x45,0xad,0xfd,0x13,0x45,0xa3,0xad,0xcc,0x44,0x22,0xa7,0x45,0x96,0xca,0x2a,0xe6,
+0xf6,0x2f,0xe4,0x04,0x2b,0x9c,0xa5,0xaa,0xa6,0xf9,0x03,0x41,0xf7,0x2b,0x0c,0xb7,
+0x76,0x28,0xec,0xc3,0x2f,0xa0,0xc1,0xc7,0x59,0xd8,0x31,0xb1,0x25,0x56,0xb2,0x3e,
+0xf2,0x33,0x89,0x8d,0x8d,0xa6,0x5f,0x50,0x56,0x2a,0x17,0xd5,0xa1,0xd7,0xa9,0x47,
+0xe2,0x9b,0xd6,0xfe,0xec,0x7e,0x80,0x52,0xd7,0xee,0xa8,0xeb,0x62,0x4f,0x2a,0x2e,
+0x32,0xc4,0xf9,0x91,0xd1,0x9c,0xb5,0xdd,0x44,0xc1,0x37,0x38,0xda,0x5b,0x70,0xd6,
+0xce,0x60,0xea,0x2c,0x6f,0xee,0x31,0xb5,0x7d,0x8f,0x78,0xff,0x9a,0x03,0x9b,0xf8,
+0xdd,0x65,0x86,0x18,0xbb,0x44,0x6d,0x7f,0x72,0x36,0x13,0x59,0x83,0x2e,0xfe,0x0f,
+0x1d,0xf8,0xa6,0x6b,0xa1,0x0e,0x42,0xa5,0xf8,0xec,0x60,0xba,0x74,0x91,0xc6,0x8d,
+0x31,0x05,0x2e,0xd0,0x47,0x1a,0xb2,0xe8,0x09,0x99,0x14,0x63,0x91,0x3c,0xe1,0x8c,
+0xf8,0xa4,0x36,0xc7,0xb3,0x4e,0x2a,0x55,0x9a,0x2e,0x88,0x91,0x4f,0x4d,0xf8,0x58,
+0xcc,0x44,0xbb,0xcb,0x59,0x5d,0x25,0x9b,0xd1,0xff,0x18,0x93,0x1f,0x25,0xf4,0xe7,
+0x37,0x82,0x88,0xc2,0x6e,0x9a,0x87,0xfe,0x8b,0xf8,0x0f,0x3e,0x33,0xab,0x25,0x21,
+0x07,0x00,0x00,};
+
+static const unsigned int dummy_align__upload_css = 4;
+static const unsigned char data__upload_css[] = {
+/* /upload.css (11 chars) */
+0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x63,0x73,0x73,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 572
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x35,0x37,0x32,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 2130
+" (22 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x32,0x31,0x33,0x30,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
-/* "Content-type: text/html
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
+/* "Content-type: text/css
 Content-Encoding: gzip
-
-" (51 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
-0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
-0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
-0x0a,0x0d,0x0a,
-/* raw file data (572 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x7d,0x53,0xc1,0x6e,0xd3,0x40,
-0x10,0xbd,0x23,0xf1,0x0f,0x8b,0xb9,0x80,0x54,0xc7,0x89,0x2a,0x24,0xd4,0x7a,0x2d,
-0xa1,0xd0,0x03,0x27,0x38,0x80,0x04,0xc7,0xb5,0xbd,0x89,0xb7,0xac,0xd7,0x66,0xbd,
-0x4e,0x9a,0x5b,0x68,0x0f,0xf4,0xc6,0x9d,0x03,0x97,0xfe,0x40,0x9b,0xd6,0x10,0x15,
-0x92,0xfe,0xc2,0xf8,0x8f,0x98,0x5d,0xb7,0x69,0x04,0x12,0xb2,0xe4,0x9d,0x9d,0x37,
-0x33,0x6f,0xe6,0x79,0x1c,0x3e,0x7a,0xf9,0x7a,0xf8,0xf6,0xc3,0x9b,0x03,0x92,0x99,
-0x5c,0x46,0x0f,0x1f,0x84,0xf6,0x24,0x92,0xa9,0x31,0xf5,0x3c,0x77,0xe7,0x2c,0xb5,
-0x67,0xce,0x0d,0x23,0x49,0xc6,0x74,0xc5,0x0d,0xf5,0x6a,0x33,0xf2,0x9f,0x3b,0xdc,
-0xf9,0x33,0x63,0x4a,0x9f,0x7f,0xaa,0xc5,0x84,0x7a,0xef,0xfd,0x77,0x2f,0xfc,0x61,
-0x91,0x97,0xcc,0x88,0x58,0x72,0x8f,0x24,0x85,0x32,0x5c,0x61,0xd2,0xab,0x03,0xca,
-0xd3,0x31,0xbf,0x4f,0x53,0x2c,0xe7,0xd4,0x9b,0x08,0x3e,0x2d,0x0b,0x6d,0xb6,0x22,
-0xa7,0x22,0x35,0x19,0x4d,0xf9,0x44,0x24,0xdc,0x77,0x97,0x1d,0x22,0x94,0x30,0x82,
-0x49,0xbf,0x4a,0x98,0xe4,0x74,0xd0,0xeb,0xef,0x90,0x9c,0x1d,0x89,0xbc,0xce,0xb7,
-0x5d,0x75,0xc5,0xb5,0xbb,0x33,0xe4,0xa6,0x7d,0xc7,0x25,0x85,0xfa,0x48,0x34,0x97,
-0xd4,0xab,0xcc,0x4c,0xf2,0x2a,0xe3,0x1c,0xc9,0x32,0xcd,0x47,0x38,0x48,0x29,0x0b,
-0x96,0xf6,0x92,0xaa,0x72,0xa1,0x46,0x18,0xc9,0x23,0x38,0x6b,0x3f,0xc3,0x0d,0x34,
-0xed,0x29,0xac,0x60,0x0d,0x0d,0xc1,0xd7,0x85,0x33,0x17,0xf0,0x0b,0x1a,0xb4,0x96,
-0xd0,0x84,0x41,0x17,0x8c,0xda,0x04,0xd9,0xad,0x48,0x71,0x91,0xce,0xac,0x58,0x8a,
-0x4d,0x48,0x22,0x59,0x55,0x51,0x0f,0xcd,0x98,0x69,0x2f,0x0a,0x03,0xb4,0x2c,0x96,
-0x8a,0x0d,0x36,0xd5,0xac,0x2c,0x39,0x82,0xe8,0xce,0x06,0x11,0x7c,0xff,0x97,0x85,
-0xc0,0x4d,0x3b,0x87,0x35,0x76,0xb2,0x84,0x05,0x5c,0xc3,0x12,0xc9,0x06,0x7f,0x95,
-0xe9,0x66,0xf0,0x47,0x85,0xce,0x5d,0xa9,0x2d,0x86,0x71,0x2d,0x52,0xfc,0x04,0x6e,
-0x6e,0xea,0x19,0x7e,0x64,0x7c,0x26,0xc5,0x58,0xed,0x25,0xf8,0x45,0xb8,0xde,0xb7,
-0xf1,0x84,0x84,0xe5,0x5d,0x44,0x52,0xc8,0x42,0xef,0x3d,0xde,0xdd,0x1d,0x0e,0xfb,
-0x7d,0x44,0xc3,0xf8,0x7f,0x5d,0xc1,0x25,0xf6,0x76,0x0e,0xbf,0xf1,0xb1,0x3a,0x5d,
-0xc2,0xba,0x53,0xaa,0xb9,0x95,0xef,0x4b,0xa7,0x55,0xfb,0x95,0xb4,0x27,0xdb,0x8a,
-0x12,0xf8,0x89,0x69,0x0b,0x14,0x78,0x8e,0x83,0x59,0x3d,0xd7,0xbd,0x30,0x88,0x91,
-0x4d,0x47,0x04,0xbe,0x61,0xa9,0x55,0x7b,0x6c,0xc7,0x46,0xb5,0x51,0xef,0x76,0x4e,
-0xe0,0xa2,0x3d,0x81,0x2b,0x34,0x8f,0x51,0x10,0xeb,0xc1,0x2c,0x5b,0x03,0x1b,0x40,
-0xe0,0x87,0xad,0x41,0x5a,0xa4,0xeb,0x00,0x12,0x56,0x25,0x53,0x44,0xa4,0xd4,0x4b,
-0x8a,0x5a,0x19,0x5f,0xd5,0x79,0x6c,0x75,0x7e,0x16,0x06,0x16,0x89,0x08,0x76,0xd3,
-0xc0,0x35,0xa6,0xae,0xe0,0x2a,0x0c,0x4a,0x2b,0x68,0x80,0xb2,0x6d,0x9f,0x55,0xa2,
-0x45,0x69,0x88,0x99,0x95,0xb8,0xa3,0x56,0xb9,0xe0,0x90,0x4d,0x58,0xe7,0x45,0x45,
-0x75,0xb2,0x59,0x9e,0x43,0xdc,0x1d,0x2c,0xec,0xe2,0x6d,0x85,0x8d,0x45,0x70,0xf7,
-0x91,0x3e,0x2d,0xa6,0xea,0xc9,0xd3,0x7d,0xcb,0xb1,0x81,0xee,0xe9,0xee,0x76,0x26,
-0x70,0x7f,0xe0,0x1f,0x68,0x37,0xb4,0xde,0x91,0x03,0x00,0x00,};
-
-static const unsigned int dummy_align__upload_css = 5;
-static const unsigned char data__upload_css[] = {
-/* /upload.css (12 chars) */
-0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x63,0x73,0x73,0x00,
-
-/* HTTP header */
+" (48 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
+0x78,0x74,0x2f,0x63,0x73,0x73,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
+0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
+/* "ETag: "RFIQT91UCLeEY1i"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x52,0x46,0x49,0x51,0x54,0x39,0x31,0x55,0x43,
+0x4c,0x65,0x45,0x59,0x31,0x69,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (2130 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0xc5,0x58,0x5b,0x6f,0xe3,0xba,
+0x11,0xfe,0x2b,0x2a,0x82,0x05,0x36,0x0b,0x49,0x2b,0xdb,0x71,0x9c,0x48,0xe8,0x41,
+0xfb,0x58,0xa0,0x7d,0xeb,0x79,0x0a,0xf2,0x40,0x49,0x94,0xc4,0x46,0x22,0x05,0x91,
+0x72,0x9c,0x55,0xf5,0xdf,0x3b,0xbc,0x8a,0xb6,0xe5,0xa4,0x40,0x0f,0x50,0x2c,0x36,
+0x90,0x87,0xb7,0x6f,0x2e,0xdf,0xcc,0x90,0x3f,0x7f,0xfc,0x29,0xa0,0x6c,0xe8,0x50,
+0x4b,0x7e,0xe1,0xb8,0xe0,0x3c,0x38,0xee,0xe2,0x24,0xde,0x06,0xff,0x0e,0xfe,0xf1,
+0xb7,0x7f,0x06,0x7f,0x27,0x05,0xa6,0x1c,0xc3,0xaf,0x9a,0x88,0x98,0xb0,0x9f,0x6e,
+0x6e,0xf0,0xe3,0x27,0xe9,0xea,0xb0,0xc5,0x35,0xa6,0xe5,0x94,0xb3,0xa1,0xc4,0x43,
+0x9a,0xcc,0xfa,0x77,0x28,0xca,0x50,0x34,0x53,0x8f,0xca,0x92,0xd0,0x1a,0xc4,0x8d,
+0xe8,0xda,0xa9,0x62,0x54,0x44,0x15,0xea,0x48,0xfb,0x91,0x72,0x44,0x79,0xc4,0xf1,
+0x40,0xaa,0x2c,0x7a,0xc7,0xf9,0x1b,0x11,0x91,0xc0,0x27,0x11,0x71,0x80,0x11,0xa1,
+0xf2,0x5f,0x23,0x17,0xe9,0x26,0x49,0xbe,0x65,0x51,0xc7,0xd7,0x47,0xe6,0x9c,0x95,
+0x1f,0x53,0x87,0x86,0x9a,0x50,0x38,0x01,0x0d,0x82,0x14,0x2d,0x0e,0x11,0x27,0x25,
+0x0e,0x4b,0x2c,0x10,0x69,0x79,0x58,0x91,0xba,0x40,0xbd,0x20,0x8c,0xca,0xcf,0x71,
+0xc0,0x61,0xc5,0x98,0xc0,0x43,0xd8,0x60,0x04,0x80,0xc3,0xa6,0x1e,0xd8,0xd8,0x87,
+0x1d,0x22,0x34,0xec,0x30,0x1d,0x43,0x8a,0x8e,0x21,0xc7,0x85,0x5a,0xc1,0xc7,0x0e,
+0xb6,0xff,0x98,0x4a,0xc2,0xfb,0x16,0x7d,0xa4,0x79,0xcb,0x8a,0xb7,0x19,0x8d,0x25,
+0x61,0x61,0x81,0xe8,0x11,0xf1,0xb0,0x1f,0x58,0x3d,0x60,0xce,0xc3,0x23,0x9c,0xca,
+0xdc,0x4c,0x42,0x5b,0x42,0x71,0xa4,0x16,0x64,0x47,0x2c,0xa1,0xa1,0x36,0x02,0x1b,
+0xd7,0x34,0xcd,0x11,0xc7,0x72,0x54,0x6f,0x94,0x52,0x26,0xbe,0xbf,0x14,0x60,0x99,
+0x81,0xb5,0xfc,0xf5,0xde,0x6d,0x41,0x19,0xc5,0x59,0x83,0x49,0xdd,0x08,0xd0,0xee,
+0xa5,0x21,0x65,0x89,0xe9,0x6b,0x28,0x70,0x07,0x58,0x04,0x3e,0x9b,0x37,0xa3,0x29,
+0x47,0xc5,0x9b,0xd4,0x85,0x96,0x51,0xc1,0x5a,0x36,0xa4,0x62,0x00,0x0b,0xf7,0x68,
+0xc0,0x54,0xcc,0x28,0x45,0xa0,0xd1,0x11,0x8c,0x93,0x36,0x0c,0xe0,0x4c,0x6c,0x14,
+0x12,0x82,0x34,0x5b,0x9e,0x0f,0x2f,0x82,0x88,0x16,0xbf,0x1a,0x27,0x46,0x39,0x13,
+0x82,0x75,0xe9,0xa6,0x3f,0x05,0x25,0x7c,0xe2,0x72,0xce,0x43,0xd6,0x0b,0x6d,0x29,
+0x0e,0x38,0x69,0xad,0x5d,0xf9,0xae,0xd1,0x1d,0x92,0x64,0x2e,0x2b,0xaa,0x65,0x5c,
+0x7c,0xb4,0x38,0x25,0x02,0x74,0x2d,0xe6,0x66,0x63,0xfd,0x13,0x3f,0x1e,0x70,0x17,
+0x24,0x99,0x0a,0x01,0xe9,0xe3,0x74,0x8b,0xbb,0x19,0xac,0xfb,0x36,0x69,0xb8,0x77,
+0x49,0x92,0x64,0x8b,0x12,0xe9,0x5d,0x55,0x25,0x33,0x87,0xb0,0x34,0x61,0xa3,0xd6,
+0x3c,0x25,0xdf,0x66,0x3e,0xe6,0x21,0x1f,0xfb,0xa9,0x67,0x9c,0x48,0x2f,0xa5,0x03,
+0x06,0x7b,0x80,0x72,0xde,0xde,0x87,0xfd,0xb7,0x4c,0x39,0xc0,0xda,0xef,0xa6,0x0f,
+0xe4,0x4e,0x82,0xf5,0x69,0x14,0xef,0x01,0x0f,0xec,0x0d,0x46,0x50,0xda,0x47,0xf1,
+0x56,0x49,0x8e,0xb5,0xf2,0x50,0x3a,0x40,0xd8,0xdc,0x4f,0xd2,0x78,0x55,0xcb,0xde,
+0x53,0xed,0x8e,0x59,0xc7,0x94,0x55,0x72,0x03,0x2a,0x3e,0x24,0xfd,0x69,0x6e,0x86,
+0xc9,0x9d,0x6c,0xa3,0x3b,0x67,0x27,0x19,0xdc,0x92,0x0e,0xd2,0xdb,0xe0,0x16,0x30,
+0xf4,0x09,0xc2,0x9b,0xfd,0x92,0x1f,0x6b,0x63,0xeb,0xe2,0xb9,0x87,0x28,0x96,0x5c,
+0x01,0xdf,0xa2,0x05,0x11,0x1a,0x05,0x9b,0x0b,0x06,0xb1,0xff,0x96,0x97,0x10,0x97,
+0x38,0xe4,0xa8,0xeb,0xb5,0x53,0x0c,0xe7,0x3a,0x46,0x19,0x84,0x44,0x81,0x43,0xf7,
+0xe5,0x19,0x0d,0xd0,0xcf,0xf9,0x08,0xca,0xd3,0x90,0xd0,0x7e,0x14,0x9e,0xcf,0x71,
+0x0b,0x8c,0x58,0xce,0xb4,0x9c,0x53,0x8b,0x53,0x42,0x1b,0xa0,0xb1,0xc8,0xb4,0x1f,
+0xcd,0x2f,0xb3,0xd3,0x02,0xef,0x48,0x38,0xc9,0x5b,0x6c,0x4f,0x00,0x0a,0xc0,0x96,
+0x93,0xa2,0xbc,0x8a,0xd4,0x0a,0x72,0x10,0x58,0x1a,0x68,0x61,0x30,0xc8,0x8c,0x11,
+0x28,0x20,0x2f,0xe2,0xa3,0xc7,0x7f,0xd6,0xe2,0x57,0x8d,0x4d,0x8b,0x80,0x78,0x58,
+0x9c,0x49,0xc0,0x81,0x1d,0x11,0xaf,0x93,0x35,0x3a,0xea,0x7b,0x8c,0x80,0x08,0x05,
+0x4e,0xf5,0xfa,0xac,0x18,0x07,0x0e,0xec,0xe8,0x19,0x01,0x1f,0x0c,0xe6,0xb0,0x17,
+0x60,0x38,0x02,0x74,0xe5,0x6b,0xe8,0x1d,0xeb,0x84,0x93,0x59,0x54,0xe2,0x0a,0x8d,
+0xad,0x30,0x8b,0xd2,0x54,0xf9,0xae,0x62,0xc5,0xc8,0x23,0x42,0x29,0x64,0x13,0x05,
+0xf7,0x5a,0xbe,0xe4,0xc1,0xcc,0xe5,0x49,0x35,0x75,0xf2,0x83,0x54,0x67,0xd6,0xd9,
+0x53,0xb9,0x68,0x70,0xf1,0x06,0x41,0x70,0xa6,0xe2,0x80,0x20,0xfd,0x2c,0x1a,0x7a,
+0x31,0xa2,0xf7,0x5e,0x8d,0x2a,0x6f,0x68,0x7d,0xc1,0x92,0xa9,0xbd,0xf3,0xe9,0xd8,
+0xe5,0x78,0x78,0x05,0x85,0x4c,0x86,0x56,0x5a,0x46,0xbc,0x27,0x34,0xf2,0x23,0x45,
+0x7b,0xe3,0x6a,0x36,0x24,0x19,0x3c,0xf8,0xb3,0x2d,0x29,0x54,0xa8,0x7a,0xe7,0x70,
+0xf0,0x51,0xd1,0xac,0xea,0xf4,0xbf,0x51,0xc5,0x95,0x16,0x2f,0x0e,0x64,0xc8,0x55,
+0x04,0xb7,0xa5,0x6f,0x69,0x83,0x60,0xd1,0x54,0x0b,0x22,0xc8,0xf2,0x05,0x6e,0x57,
+0x94,0xbd,0xb5,0xa0,0xc4,0x05,0x1b,0x20,0x1d,0x31,0xba,0x16,0x83,0x2a,0xbe,0xd5,
+0xe1,0x10,0xb8,0x2e,0x2a,0xe2,0x1d,0x64,0x9a,0x20,0x7e,0x94,0x09,0x27,0x88,0x0f,
+0xf0,0x37,0xb3,0x0c,0x0b,0xb6,0xfd,0xc9,0xc6,0x8c,0xcc,0xc7,0x9c,0xb5,0xa4,0x0c,
+0x38,0x69,0x21,0x0f,0xcd,0x42,0x86,0xac,0x4d,0xda,0x92,0xd7,0xaa,0xd4,0x9a,0xe9,
+0xb2,0x0a,0xb4,0xa8,0xe7,0x38,0xe5,0x18,0xaa,0x00,0x54,0x8c,0xf9,0x87,0xcd,0x53,
+0x49,0xb6,0xb8,0x5b,0x15,0xe6,0x25,0xef,0x9a,0xe2,0x71,0x87,0x9f,0x70,0x5e,0x6d,
+0xb2,0x0e,0x3c,0x6d,0x32,0xd9,0x61,0x2b,0x33,0x9b,0xaa,0xb9,0x26,0x63,0xef,0x76,
+0xbb,0x39,0x86,0x7a,0x99,0xa3,0x61,0x25,0x1b,0x7b,0x4b,0xa1,0x8e,0x83,0x1a,0x5a,
+0x27,0x5b,0x5d,0xd4,0x6e,0xf1,0xfb,0x20,0x3d,0x33,0x4c,0xef,0xa4,0x14,0x4d,0xfa,
+0xfc,0xb8,0xcc,0x4b,0x93,0x40,0x85,0x49,0x5c,0x8f,0x50,0x59,0x5d,0xb5,0xd3,0x15,
+0xd5,0xc1,0x0f,0x76,0x12,0x94,0x9e,0xf3,0xdb,0xd8,0x02,0x9f,0x38,0xb4,0x10,0xaa,
+0x04,0x29,0x5b,0xeb,0x91,0x00,0xaa,0x85,0xe9,0x44,0x36,0x30,0x3f,0x80,0x76,0x64,
+0x73,0x96,0x18,0xff,0x3a,0x10,0xd4,0x42,0xbe,0x74,0x2d,0xc9,0x45,0x5e,0x1a,0x25,
+0xc8,0x02,0xea,0xb6,0x4e,0x97,0xa6,0xee,0x3d,0x40,0xc5,0x32,0xa6,0x38,0x3c,0x1c,
+0xf6,0x4f,0xcf,0xd6,0x6d,0xa6,0xd8,0xcd,0xf1,0xd8,0xb7,0x0c,0x95,0x91,0xcc,0x6d,
+0x67,0xe7,0x79,0x27,0x5d,0x9b,0xbe,0xaa,0x2a,0xe7,0x1f,0xa9,0x9e,0xdd,0x55,0x5a,
+0x4c,0xd9,0x04,0x3c,0x0c,0xe5,0xa2,0x41,0x25,0xd4,0xa1,0x24,0x90,0x61,0xb1,0x87,
+0xff,0x43,0x9d,0xa3,0xef,0x49,0x28,0xff,0xc5,0x9b,0xfd,0x7d,0x76,0x55,0x1f,0xe7,
+0xb8,0x22,0x2d,0xfe,0x5d,0x41,0x5a,0xf1,0xd7,0x65,0x69,0xf3,0x66,0xeb,0x34,0x6c,
+0xb4,0x59,0x96,0xa2,0x1c,0xc2,0x11,0x38,0x9e,0xc9,0x02,0x9a,0x64,0x83,0x6e,0x55,
+0x2c,0x5c,0x2f,0xc8,0xb4,0xd5,0x74,0xd5,0x97,0x0a,0x9d,0xe7,0xe0,0x8c,0xc9,0xd0,
+0x15,0x1f,0xd0,0x8c,0xfc,0x1f,0x52,0xff,0x75,0xb6,0xfe,0xe3,0xb2,0xb8,0x32,0x61,
+0x44,0x51,0x87,0x6d,0xe6,0x53,0xfe,0x5c,0x7a,0xa0,0x8d,0xa4,0xb7,0x5f,0x03,0x36,
+0xf1,0x7e,0xf1,0x3d,0x38,0x55,0x86,0xeb,0x35,0xff,0xef,0x76,0xbb,0x03,0xca,0x0f,
+0x96,0xe9,0xb2,0x22,0x8c,0x1c,0x3c,0x70,0xd6,0xa7,0x66,0xd0,0xa7,0x20,0x91,0xb6,
+0xb8,0x12,0x3a,0xd3,0xc5,0x2d,0x83,0x4e,0xf9,0x8f,0x40,0xa2,0x5a,0x53,0x53,0x52,
+0xdc,0xe1,0x17,0xf4,0x86,0x90,0xcc,0x34,0xab,0xb7,0x4f,0xa0,0x84,0xe3,0x82,0x65,
+0xfc,0x39,0x21,0x15,0x8f,0xd5,0x1f,0xb3,0x48,0xb6,0xfe,0x73,0x9c,0x0b,0xea,0x98,
+0x7f,0xd6,0x52,0xdb,0xd5,0xf1,0x5e,0xf6,0x5c,0xca,0x8c,0xe7,0xe7,0xfb,0x9d,0x66,
+0xfc,0x0c,0x19,0x55,0x19,0xdd,0x23,0xee,0x85,0xd5,0x61,0x86,0xe2,0xbc,0x6e,0xd1,
+0xe1,0xce,0x03,0xa5,0x2b,0x7b,0x6f,0x88,0xc0,0x50,0xc0,0xa0,0x63,0x82,0xd6,0x44,
+0x22,0xbf,0xec,0x23,0x3b,0xe8,0xca,0x5b,0x7c,0x19,0xd0,0xea,0xca,0xc2,0xc6,0xa2,
+0x89,0x64,0xdb,0x0d,0x2d,0x6a,0x87,0x28,0xe9,0x47,0xd9,0xa6,0x32,0x0a,0x6c,0xb9,
+0x35,0x62,0xcb,0xec,0x08,0xf7,0x22,0xb8,0x1b,0xc9,0x0e,0x49,0xb5,0x44,0xba,0x49,
+0x5c,0x91,0xf2,0xe8,0x4a,0x78,0x25,0xf0,0x12,0x0c,0xe9,0x50,0x2d,0x35,0x81,0x8b,
+0x85,0xe9,0x43,0x96,0x9a,0xe2,0x5d,0x17,0x2e,0xe3,0x4a,0xf9,0x21,0xb6,0xdd,0x50,
+0x28,0xbd,0xe2,0x35,0x4c,0xb6,0x9c,0x2d,0xa2,0x40,0xf9,0xcd,0x74,0x58,0x11,0x3e,
+0x82,0x31,0xb9,0x3e,0xd5,0x10,0x1f,0xae,0x3c,0x70,0x17,0x82,0x36,0x1a,0x97,0xae,
+0x42,0x7b,0x39,0xcd,0x00,0x74,0x39,0x4e,0xfd,0xb6,0x49,0x22,0x7e,0xdc,0x6b,0x3c,
+0xfa,0x46,0x13,0xab,0xf6,0x4b,0x61,0x8a,0xb5,0x24,0xf5,0x24,0xcb,0xa7,0xb9,0x00,
+0x79,0xd3,0x8d,0xc4,0x9b,0xae,0x3f,0xdd,0xdd,0x48,0x34,0x84,0x9a,0x0b,0x50,0x66,
+0xef,0x4b,0x32,0xd1,0xca,0xb2,0x14,0x58,0x57,0xe9,0xee,0x6f,0x80,0xca,0xab,0x2b,
+0xa7,0x9d,0x19,0xb1,0xaa,0x82,0x1a,0x9f,0x46,0xc0,0x70,0x8d,0xd7,0xc3,0xe2,0x7d,
+0xea,0xeb,0xd8,0x52,0x50,0x75,0x14,0x2e,0x5d,0x84,0xb2,0x9b,0xda,0x20,0xea,0x07,
+0xf0,0x1f,0xdc,0x46,0xcd,0x64,0x59,0x26,0x3c,0xdf,0xba,0x2d,0xfc,0xcc,0x60,0x85,
+0xa5,0x14,0x9e,0xed,0x62,0x8c,0xa5,0x0c,0x67,0x77,0xf6,0x8c,0x63,0x45,0xf6,0xde,
+0x28,0x3d,0xea,0x64,0x0b,0x7c,0x27,0x52,0x6a,0x84,0x31,0xeb,0x31,0xfd,0x2d,0x2e,
+0x07,0xd6,0x43,0x6d,0xa2,0x91,0x60,0x75,0xdd,0x62,0x7f,0xed,0xe7,0xe0,0xb7,0xf8,
+0x11,0xa3,0xbd,0x0d,0x3f,0x03,0x7e,0x5b,0xec,0x9f,0x9e,0x1e,0xbe,0x04,0xef,0x90,
+0x7e,0x8d,0xc1,0xb3,0xda,0xc2,0x88,0xf3,0x03,0xce,0x82,0xdd,0x6a,0xe9,0x28,0xb0,
+0x6a,0x3c,0xbb,0x64,0xc5,0x8a,0x6e,0xa1,0x03,0xe9,0x99,0x73,0x19,0xbc,0xb6,0xeb,
+0x32,0x66,0x0c,0xec,0xad,0x5b,0xf8,0x76,0xe6,0xc4,0x45,0xbc,0x86,0xd2,0x1b,0xbd,
+0x3e,0x6d,0x19,0x5c,0xc3,0xe9,0x8d,0x7e,0xba,0x54,0x23,0xbd,0x91,0x15,0xac,0x29,
+0xe1,0x31,0x06,0x3a,0x70,0x20,0xc8,0xb2,0xab,0xca,0x1a,0x76,0xdc,0x62,0xff,0x6a,
+0x9a,0x46,0xf2,0xc5,0x2c,0xab,0xcd,0x57,0xd3,0xfe,0xbb,0xcd,0x34,0x63,0xbd,0x18,
+0xb2,0x24,0x3b,0xab,0xc9,0x2b,0xc1,0x5b,0x22,0x5a,0x43,0xab,0x6b,0x46,0xd6,0xe9,
+0x5b,0x3e,0xef,0x77,0x0f,0xc0,0x6b,0xf5,0x9a,0x66,0x7b,0xf1,0xf2,0x61,0x57,0xed,
+0x90,0x0e,0x50,0xbd,0x89,0x35,0x8f,0xa2,0x96,0x11,0x79,0x4e,0xd1,0x12,0xab,0xb6,
+0x37,0xc9,0x4b,0x76,0x91,0x99,0xf4,0x25,0x73,0xf5,0xbc,0xcf,0x61,0x17,0xcf,0xbb,
+0x64,0x5b,0x5c,0xc0,0x46,0xc5,0xf6,0x79,0xab,0x93,0xb5,0x39,0x6c,0x05,0xb6,0x03,
+0x79,0x9b,0xb6,0x06,0x80,0x67,0xf1,0x4b,0xd6,0xea,0x19,0x8e,0x2c,0x9a,0x0f,0x17,
+0xc2,0x95,0xb3,0xdd,0x02,0x9f,0xb2,0x17,0xcb,0x1c,0x3e,0xc9,0xbc,0xcb,0xb1,0x2b,
+0x93,0xbb,0x1d,0xf5,0x33,0x9b,0x0f,0x64,0x09,0xf4,0x75,0xe9,0x0a,0xbe,0x65,0xc9,
+0x35,0xc0,0x65,0x6c,0x05,0xa1,0x37,0x78,0x05,0xd1,0x1b,0xfb,0x9c,0xa9,0x5a,0xd9,
+0x9b,0x44,0x35,0xb6,0x30,0xef,0x8a,0xb7,0xa8,0x65,0x66,0x7d,0xce,0x2c,0x3d,0xc9,
+0xea,0xf1,0xf9,0x56,0x26,0x82,0xbf,0x98,0x74,0x8b,0xa3,0x9f,0xd1,0x0b,0x49,0x9e,
+0xe8,0x07,0xa9,0xcb,0xf2,0xfb,0x02,0x4f,0xb3,0xee,0x01,0xca,0x3e,0x06,0xd9,0x17,
+0xa4,0xbb,0x02,0x1e,0x5d,0x45,0x24,0xbb,0xc3,0xc9,0x36,0xe0,0xaa,0x63,0x71,0x17,
+0xb0,0x8a,0x9c,0xa0,0xd1,0xd1,0x97,0x24,0xd9,0x8e,0x43,0xa7,0xae,0x3b,0x63,0xd9,
+0xe4,0x66,0xe6,0x7a,0xad,0xbe,0xbd,0x18,0xd7,0x69,0xc2,0xbf,0xd4,0x3d,0xdd,0x67,
+0xbf,0xe0,0x9d,0xa9,0xc4,0x27,0x78,0x18,0xdf,0xcc,0xfa,0x5c,0x59,0x67,0x6f,0x1c,
+0xeb,0xde,0x45,0xaf,0x1b,0x5b,0x89,0xe5,0x01,0xce,0xd6,0x3d,0xb3,0xb9,0x6a,0xbb,
+0x8b,0xc7,0xe6,0xd1,0xbb,0x74,0xc0,0xb7,0x79,0x75,0xb8,0xab,0x12,0x54,0x3e,0x40,
+0xeb,0x78,0xf9,0xd2,0x0c,0x4f,0xb5,0x32,0x65,0xb9,0x7e,0xed,0xf6,0x9d,0x74,0xc1,
+0xbf,0xcd,0xdc,0x7d,0x53,0x5d,0xf3,0xff,0xd2,0xe1,0x92,0xa0,0x80,0xd1,0xf6,0x23,
+0xe0,0xc5,0x80,0x31,0x0d,0x10,0x2d,0x83,0xef,0x1d,0x3a,0x45,0xca,0x58,0x41,0x7a,
+0x78,0x7c,0xea,0x4f,0xf7,0x93,0x7d,0x71,0xf0,0x6d,0x3d,0x5f,0x3e,0x24,0xc0,0xfb,
+0xaf,0xbd,0x22,0x24,0x81,0x7a,0xda,0x9d,0xff,0x03,0x8f,0xe8,0x02,0x14,0xe9,0x18,
+0x00,0x00,};
+
+static const unsigned int dummy_align__error_html = 5;
+static const unsigned char data__error_html[] = {
+/* /error.html (11 chars) */
+0x2f,0x65,0x72,0x72,0x6f,0x72,0x2e,0x68,0x74,0x6d,0x6c,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 2151
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x32,0x31,0x35,0x31,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 573
+" (21 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x35,0x37,0x33,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
-/* "Content-type: text/css
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
+/* "Content-type: text/html
 Content-Encoding: gzip
-
-" (50 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
-0x78,0x74,0x2f,0x63,0x73,0x73,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
-0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
-0x0d,0x0a,
-/* raw file data (2151 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0xb5,0x58,0x5b,0x6f,0xa4,0x38,
-0x16,0xfe,0x2b,0xac,0xa2,0x96,0x3a,0x2d,0xa0,0xa9,0xaa,0x54,0x2a,0x01,0x75,0x6b,
-0x67,0x46,0x3d,0xd2,0x48,0xbb,0x6f,0x3b,0x4f,0x51,0x1e,0x0c,0x18,0xf0,0x06,0x6c,
-0x84,0x4d,0xa5,0xd2,0x0c,0xff,0x7d,0x8f,0x6f,0xe0,0xaa,0xa2,0x2a,0x91,0x46,0xab,
-0xee,0x44,0xe4,0xf8,0xf6,0xf9,0x9c,0xf3,0x9d,0x8b,0xbf,0x7e,0xf9,0x87,0x47,0x59,
-0xd7,0xa0,0x9a,0xfc,0xc4,0x61,0xc6,0xb9,0xb7,0xdf,0x84,0x51,0xb8,0xf6,0xfe,0xf2,
-0xfe,0xfd,0xc7,0x7f,0xbc,0x7f,0x91,0x0c,0x53,0x8e,0xe1,0xaf,0x92,0x88,0x90,0xb0,
-0xaf,0xd3,0x5c,0xef,0xcb,0xd7,0x2f,0x7e,0xca,0xf2,0xb7,0xa1,0x41,0x5d,0x49,0x68,
-0x1c,0x8d,0x5f,0xfc,0x1a,0x97,0x98,0xe6,0xbe,0x80,0xff,0xd5,0xd0,0xa2,0x3c,0x27,
-0xb4,0x84,0x81,0xb0,0x20,0x35,0xfe,0xb3,0xad,0x19,0xca,0xfd,0x90,0xa2,0x7d,0x8a,
-0x3a,0x3f,0xec,0xd5,0xdf,0x41,0x01,0x87,0xfb,0xbc,0x4f,0xe1,0xa7,0x1d,0x5a,0xc6,
-0x89,0x20,0x8c,0xc6,0x1d,0xae,0x91,0x20,0x7b,0x3c,0xde,0x64,0xac,0xa7,0x22,0x67,
-0xaf,0xd4,0x0f,0x53,0x41,0x07,0x81,0x0f,0x22,0x00,0xb0,0x25,0x8d,0x01,0x99,0xc0,
-0xdd,0x48,0x9a,0xd2,0x9c,0x3b,0xa4,0xac,0xcb,0x71,0x07,0x07,0x56,0xa2,0xa9,0x87,
-0x82,0x51,0x11,0x14,0xa8,0x21,0xf5,0x5b,0xcc,0x11,0xe5,0x01,0xc7,0x1d,0x29,0x92,
-0xe0,0x15,0xa7,0x2f,0x44,0x04,0x6a,0x27,0x0e,0xb7,0x0e,0x50,0xfe,0xdf,0x9e,0x8b,
-0x78,0x15,0x45,0x9f,0x92,0xa0,0xe1,0x17,0x46,0x52,0x94,0xbd,0x94,0x1d,0xa0,0xc9,
-0x83,0x8c,0xd5,0xac,0x8b,0x6f,0x7e,0x3c,0xfc,0xf8,0xf5,0xf7,0x55,0xd2,0x10,0x1a,
-0x54,0x98,0x94,0x95,0x88,0x77,0xeb,0xa8,0x3d,0x8c,0x4a,0x2b,0x66,0xce,0x66,0xb3,
-0x19,0x51,0x27,0x48,0x56,0x63,0x1f,0x71,0x92,0x63,0x3f,0xc7,0x02,0x91,0x9a,0xfb,
-0x05,0x29,0x33,0xd4,0xca,0xdb,0xca,0xcf,0xbe,0xc3,0x7e,0xc1,0x18,0x5c,0xc8,0xaf,
-0x30,0x82,0x5b,0xf8,0x95,0x3c,0xac,0xf5,0x1b,0x44,0xa8,0xdf,0x60,0xda,0xfb,0xa0,
-0x38,0x9f,0xe3,0x4c,0xad,0xe0,0x7d,0x03,0x6a,0x7f,0x1b,0x72,0xc2,0xdb,0x1a,0xbd,
-0xc5,0x69,0xcd,0xb2,0x97,0x11,0xf5,0x39,0x61,0x7e,0x86,0xe8,0x1e,0x71,0xbf,0xed,
-0x58,0xd9,0x61,0xce,0xfd,0x3d,0x9c,0xca,0xa6,0x99,0x84,0xd6,0x84,0xe2,0x40,0x2d,
-0x48,0xf6,0x58,0x42,0x43,0xb5,0xd1,0x68,0x8a,0x38,0x96,0xa3,0x7a,0xa3,0x98,0x32,
-0xf1,0xf9,0x29,0x03,0x2d,0x76,0xac,0xe6,0xcf,0xb7,0xd3,0x16,0x94,0x51,0x9c,0x98,
-0x1b,0x47,0xe3,0x53,0x45,0xf2,0x1c,0xd3,0x67,0x5f,0xe0,0x06,0xb0,0x08,0x7c,0x34,
-0x6f,0x44,0xc3,0x99,0xe2,0x44,0x07,0xd6,0x68,0x51,0x07,0xf6,0x1b,0x51,0x8c,0xe0,
-0x46,0x7b,0x50,0x4e,0x5c,0x31,0x80,0x33,0xb0,0x5e,0x48,0x08,0x60,0x44,0x94,0xa6,
-0xdd,0x93,0x20,0xa2,0xc6,0xcf,0xc6,0xb2,0x41,0xca,0x84,0x60,0x4d,0xbc,0x6a,0x0f,
-0x5e,0x0e,0x9f,0x38,0x1f,0x53,0x9f,0xb5,0x42,0x6b,0x8a,0x03,0x4e,0x5a,0x6a,0xb3,
-0xbf,0x1a,0x7b,0x44,0xd1,0x98,0x17,0x54,0xcb,0xb8,0x78,0xab,0x71,0x4c,0x04,0x78,
-0x4f,0x36,0x56,0x2b,0x23,0x04,0x07,0x88,0xd7,0xb8,0x19,0x41,0x9d,0x2f,0x83,0x31,
-0x5a,0x14,0x45,0xc9,0x8c,0x3a,0xbe,0x29,0x0a,0xf0,0x61,0xf0,0x3e,0xe5,0x82,0x41,
-0x8e,0x68,0x89,0xbb,0xd0,0xe0,0x96,0x72,0x23,0xb2,0x57,0x51,0xa2,0xb6,0x23,0xd2,
-0x42,0x47,0xd3,0x8c,0x6c,0x9a,0xc7,0x5a,0x4c,0xbf,0x87,0x79,0xc7,0x5a,0xe9,0xe0,
-0x81,0x60,0x65,0x59,0x63,0x67,0x43,0x3f,0xbc,0x3c,0xc3,0xec,0xe5,0x6a,0x17,0x0e,
-0x2c,0x31,0x58,0x0d,0x0c,0xc8,0x81,0xd0,0x86,0x01,0xd2,0xc5,0xe3,0x87,0xe8,0xd3,
-0x68,0x49,0xa6,0x78,0xa1,0xa4,0xbb,0xed,0xa7,0x44,0x79,0x83,0x35,0xe6,0x45,0x87,
-0x90,0xe4,0x14,0xac,0x8d,0x83,0x70,0x0b,0xba,0x82,0x9d,0xc0,0x22,0xca,0x14,0x41,
-0xb8,0x56,0x92,0x7d,0xa9,0xdc,0x25,0xee,0xc0,0x87,0x6f,0x07,0x69,0xc9,0xa2,0x66,
-0xaf,0xb1,0xf6,0x8d,0x51,0x3b,0xb8,0x8d,0x14,0x2b,0xdc,0x78,0x77,0x92,0x28,0x55,
-0x37,0x4c,0x27,0x5b,0x5a,0xa6,0xec,0x10,0x00,0x38,0x19,0x38,0xa4,0xeb,0x81,0x8f,
-0x80,0xd5,0x0f,0xc0,0x4b,0xf6,0x53,0x7e,0x2c,0x8d,0x2d,0x8b,0xc7,0x16,0x28,0x25,
-0x49,0x0e,0x8e,0x86,0x66,0x44,0xa8,0x17,0x6c,0xcc,0x18,0x10,0xf1,0x25,0xcd,0x81,
-0x24,0xd8,0xe7,0xa8,0x69,0x8f,0x82,0x45,0xc3,0x28,0x03,0xff,0xcc,0xb0,0x3f,0x7d,
-0x25,0xb3,0xd2,0x00,0xfd,0x98,0xf6,0x70,0x79,0xea,0x13,0xda,0xf6,0xc2,0x71,0x40,
-0x5c,0x03,0x3d,0xe7,0x33,0x6d,0x60,0x54,0x8b,0x63,0x42,0x2b,0x88,0x3f,0x22,0xd1,
-0x3e,0x66,0xfe,0xd2,0x6e,0x65,0x9d,0xd1,0x78,0xed,0x1d,0x78,0xad,0x3e,0x61,0x86,
-0xbd,0x27,0x9c,0xa4,0x35,0xb6,0x27,0x03,0x4f,0xe1,0x28,0x1d,0x0d,0x15,0x9d,0x64,
-0x18,0xd5,0xa6,0x37,0xd8,0x64,0x08,0xf4,0x14,0xc0,0x27,0xf1,0xd6,0xe2,0x6f,0x5a,
-0xfc,0xac,0x31,0x6b,0x11,0x44,0x07,0x2c,0x8e,0x24,0x60,0xd8,0x86,0x88,0xe7,0xc1,
-0x1a,0x03,0xb5,0x2d,0x46,0xc0,0xd6,0x0c,0xc7,0x7a,0x7d,0x92,0xf5,0x1d,0x87,0xd8,
-0xd7,0x32,0xa2,0x82,0xaf,0x96,0x3e,0x41,0x18,0x42,0x80,0x2e,0x7f,0xf6,0x9d,0x63,
-0x27,0xe1,0x60,0x16,0xe5,0xb8,0x40,0x7d,0x2d,0x46,0x07,0x55,0x56,0xe1,0xec,0x05,
-0xec,0x77,0x84,0xa2,0x43,0x10,0xc6,0x66,0x10,0x8e,0x79,0x75,0x80,0x5f,0x74,0x08,
-0x67,0x68,0x79,0xc1,0x9c,0x8e,0x9c,0xf3,0x69,0xdf,0xa4,0xb8,0x7b,0x8e,0x63,0x7b,
-0x63,0x42,0x29,0xee,0x02,0xde,0x42,0x4c,0x37,0x8a,0xbc,0x36,0x1b,0x82,0xd5,0xf1,
-0x6c,0xeb,0xcf,0xca,0xcb,0x9c,0x95,0x1c,0xd4,0x98,0x55,0x8b,0x77,0xfa,0x7b,0x5e,
-0x3e,0xa5,0x33,0xc7,0x54,0xd2,0xe9,0x0b,0x82,0xeb,0xdc,0xd5,0xb4,0x41,0x30,0xdf,
-0x54,0x0b,0x02,0xc8,0x16,0x19,0xae,0x17,0x2e,0x7b,0x69,0x41,0x8e,0x33,0xd6,0x41,
-0x72,0x66,0x74,0xc9,0x4d,0x54,0xf4,0x51,0x87,0x83,0x6f,0x4d,0x25,0x40,0xb8,0x81,
-0x20,0xe1,0x85,0xf7,0x32,0x56,0x78,0xe1,0x0e,0x7e,0x27,0x96,0x1c,0xde,0xba,0x3d,
-0x24,0x26,0x71,0xcb,0xb8,0xce,0x59,0x4d,0x72,0x8f,0x93,0x1a,0x42,0xc8,0x28,0xa4,
-0x57,0xd9,0xe0,0x2f,0x29,0xa9,0xea,0x09,0x33,0x5d,0xa6,0xe1,0x1a,0xb5,0x1c,0xc7,
-0x1c,0x43,0x36,0x81,0xcc,0x33,0x9a,0xe2,0x62,0x70,0x52,0x32,0x64,0x75,0x38,0x40,
-0x9f,0x66,0xf3,0x87,0xca,0xd2,0xe1,0x6b,0x27,0x75,0xd6,0x0d,0xaf,0x24,0x17,0x55,
-0xfc,0x78,0x3f,0xcf,0x8b,0x23,0x4f,0x19,0x30,0x2c,0x7b,0xc8,0x9d,0x53,0x3e,0xd3,
-0x39,0x73,0xf2,0x23,0x6f,0x23,0x63,0x98,0x9e,0xf3,0xbd,0xaf,0x87,0x9a,0x70,0x11,
-0xe8,0x24,0xa3,0xb4,0xa0,0x47,0x3c,0xa8,0x6a,0x4c,0x21,0xb4,0x82,0xf9,0x1e,0x14,
-0x27,0x26,0xf5,0x98,0xd2,0xe4,0x97,0x8e,0xa0,0x1a,0x82,0xd0,0x54,0xa0,0xa8,0xc2,
-0x64,0x26,0x75,0x2f,0x41,0x66,0x90,0x99,0x4d,0xe4,0xb8,0xd9,0xdd,0xed,0xb6,0x0f,
-0x8f,0x56,0x81,0xe1,0xfd,0x0e,0x74,0x0a,0xf9,0xc9,0xa9,0xa7,0x8e,0xa2,0x99,0xb3,
-0xf3,0x9c,0xd3,0x6c,0x09,0x53,0x14,0x45,0x62,0xe1,0xc9,0xeb,0xd8,0x5d,0xa5,0x86,
-0x94,0x0e,0x40,0xd7,0x10,0x73,0x2b,0x04,0x09,0x0a,0xb4,0x22,0x0d,0xb4,0x85,0x9f,
-0xae,0x4c,0xd1,0xe7,0xc8,0x97,0xff,0xc2,0xd5,0xf6,0xd6,0x2d,0xf0,0xe6,0x90,0x65,
-0x62,0xbf,0x53,0xfc,0xe9,0x78,0x64,0x90,0xce,0xc5,0x1e,0x4a,0xc1,0xe8,0xc0,0xa4,
-0x44,0x66,0x98,0x28,0xe9,0x54,0x29,0x15,0x59,0x28,0xd1,0x04,0x30,0x72,0xa2,0xb0,
-0x04,0x78,0x12,0x8c,0x12,0x26,0x1d,0x44,0xbc,0xc1,0x16,0x50,0x6f,0x02,0x31,0x63,
-0x54,0xb7,0x15,0xfa,0x6c,0xc4,0xdf,0xa2,0x5b,0x1b,0x3d,0x9d,0x20,0xf5,0x7f,0x8f,
-0x8d,0x40,0x38,0x99,0xba,0x0a,0x96,0xf5,0x3c,0x50,0xd1,0x45,0x87,0xe0,0x73,0xf9,
-0xe4,0x27,0x50,0x7c,0xd8,0x42,0x56,0x85,0x10,0xf0,0x2c,0xa8,0xd8,0x4c,0xa6,0xd4,
-0x05,0xb8,0x66,0xb6,0x52,0x6d,0x40,0x51,0x83,0xf5,0x9e,0x61,0xcd,0xa0,0x12,0xb7,
-0x31,0x48,0xd9,0xd3,0xc9,0x5b,0x92,0x68,0xee,0x4e,0xab,0x70,0x3b,0xa9,0x76,0x03,
-0x46,0x95,0xee,0x79,0xba,0xaf,0xe1,0x9e,0xaa,0xb8,0x34,0x33,0x6f,0x36,0x9b,0x1d,
-0x4a,0x77,0x96,0x83,0x32,0x56,0xf7,0x1c,0x54,0x7e,0x54,0x89,0x26,0x90,0xfc,0x91,
-0x88,0x6b,0x5c,0x98,0x68,0x6f,0x90,0x99,0x7b,0xa9,0x02,0xd2,0x04,0xec,0x69,0x83,
-0x13,0x8a,0x82,0x9b,0x25,0x9a,0x99,0xeb,0x07,0x09,0xcc,0xfa,0xb7,0x65,0xad,0xf5,
-0x5a,0x4d,0x2a,0xc5,0x45,0xf5,0xcb,0x2c,0x92,0xc5,0xbc,0x4a,0xae,0x13,0x7b,0x8f,
-0x0a,0x5f,0xbb,0x3a,0xdc,0xca,0x62,0x64,0x25,0x55,0x73,0x7c,0xbe,0xeb,0x6b,0xe1,
-0x23,0xc4,0xab,0x13,0xcd,0x81,0xe4,0xb5,0x22,0x02,0x43,0xaa,0x80,0x42,0x01,0x32,
-0xaf,0xc4,0x75,0x5a,0x3e,0x35,0x50,0x19,0xd7,0xc0,0xdb,0xa3,0x9c,0xa9,0x5b,0x0c,
-0xd6,0x67,0x55,0x20,0x4b,0x48,0x68,0x76,0x1a,0x44,0x49,0xdb,0xcb,0x86,0x87,0x51,
-0xe0,0xc0,0xa5,0x11,0x9b,0xa2,0x7a,0xe8,0x63,0xa0,0x97,0x91,0x05,0x80,0xca,0xf8,
-0xba,0x36,0x5a,0x90,0xf2,0xe0,0x4c,0x78,0x26,0x38,0x8b,0xbc,0x4e,0x71,0x7e,0x6a,
-0x63,0xa5,0xcf,0xd0,0xa6,0x75,0x55,0x0c,0x3b,0x99,0xdf,0x06,0xfd,0x59,0xe4,0xc9,
-0x52,0x16,0x68,0xae,0x4a,0x85,0x00,0xef,0xa1,0x96,0xe3,0x1a,0xb1,0xd1,0x08,0x34,
-0x18,0xd0,0x79,0x40,0x9d,0x88,0xf3,0x65,0xca,0xde,0x6f,0x6f,0xa7,0x04,0xe7,0x04,
-0x22,0xe3,0x3f,0x53,0x60,0x52,0x7f,0x5b,0xf6,0x87,0xf7,0x5b,0x0d,0x54,0x17,0xe8,
-0xa1,0x62,0x9e,0x02,0x6b,0x6a,0xf1,0xd8,0x91,0xcc,0x9f,0xa6,0x28,0x77,0xa6,0x1b,
-0x89,0x33,0x5d,0x7f,0x4e,0x2d,0x8a,0x6e,0x41,0x3c,0x51,0x11,0x9a,0xd8,0xb6,0xc5,
-0x1a,0x49,0xf3,0xbd,0x83,0x7c,0xa5,0x43,0xad,0x0a,0xa6,0x32,0x76,0xda,0x99,0x01,
-0x2b,0x0a,0x48,0x91,0x71,0x00,0xbe,0xa7,0xf1,0x3a,0x58,0x9c,0x4f,0xdd,0x15,0xcd,
-0xdd,0x64,0xa2,0xd2,0xc3,0x9c,0x84,0x75,0xd1,0xe7,0xb6,0x1c,0xb6,0x8b,0x91,0xb1,
-0xfd,0x3c,0xe2,0x1f,0xd3,0xd7,0xee,0x9b,0x4b,0x4e,0x2b,0x18,0xc1,0x95,0xc6,0xc5,
-0x51,0x8e,0x9d,0x36,0xf5,0x32,0xb2,0x0d,0xb2,0xfd,0xcd,0x0c,0x7f,0x12,0xa9,0x6b,
-0x7c,0xa4,0x9f,0x31,0x88,0x96,0xc1,0xaf,0xf1,0x3d,0x46,0x5b,0xeb,0x97,0x66,0xea,
-0xfa,0xb7,0xed,0xc3,0xc3,0xdd,0x31,0xf8,0x23,0x27,0xb5,0x20,0x26,0xd7,0x5d,0x6a,
-0xca,0xe6,0xc1,0x73,0xf4,0xd3,0xd8,0xd2,0x6d,0xe7,0xc1,0x6b,0x0b,0xcd,0xfd,0x1d,
-0x2d,0xcd,0x3c,0xd1,0x6d,0xa5,0x51,0xde,0x2c,0x5e,0x42,0xe9,0x8c,0x9e,0x9f,0x36,
-0x0f,0x2e,0xe1,0x74,0x46,0xaf,0x2e,0xd5,0x48,0x2f,0xb0,0xd9,0xaa,0x12,0x9e,0x2c,
-0xa0,0xbe,0x04,0xff,0x9d,0x77,0x55,0x6c,0xb7,0xe3,0x16,0xfb,0x7b,0xd3,0x34,0x92,
-0x77,0x66,0xd9,0xdb,0xbc,0x37,0xed,0x63,0x9b,0x69,0x42,0x7d,0x90,0x18,0xae,0x6f,
-0xe9,0xbe,0xff,0x3a,0xbb,0xf2,0xc7,0xed,0xe6,0x0e,0x68,0xa7,0xf2,0xb7,0x2d,0xb2,
-0xf2,0xbb,0x4d,0xb1,0x41,0xda,0x41,0x2f,0x3e,0x1e,0xb8,0xdc,0xd2,0x93,0xec,0xb5,
-0x9d,0x07,0x01,0x27,0x16,0xd9,0x37,0x87,0x77,0x89,0xf5,0x11,0xd8,0xd9,0xe3,0x26,
-0x5a,0x67,0x27,0xb0,0x51,0xb6,0x7e,0x5c,0xeb,0x58,0x6a,0xdf,0x3c,0x8e,0x69,0x65,
-0xee,0x62,0x85,0xd6,0xe6,0x0e,0xde,0x89,0x1b,0xe7,0xb7,0x9b,0x86,0x16,0xae,0x39,
-0x8f,0x39,0x9e,0x7a,0x72,0x9a,0x7e,0x2e,0x72,0x5f,0x64,0x66,0x57,0x5c,0x96,0x2e,
-0xe0,0x9b,0x97,0x9c,0x03,0x9c,0xc7,0x16,0x10,0x3a,0x83,0x67,0x10,0x9d,0xb1,0xeb,
-0x5c,0xd2,0x37,0xba,0x48,0x25,0x73,0x61,0xf3,0xce,0x74,0xc9,0xf9,0xcd,0xac,0xeb,
-0xbe,0xaf,0x27,0xd9,0x7b,0x5c,0xdf,0xca,0xf8,0xd8,0x3b,0x93,0x2e,0xb1,0xe8,0x1a,
-0x01,0x90,0xaa,0x07,0x16,0xf3,0xd7,0x13,0x3c,0x31,0x4e,0x6f,0x14,0xf6,0xbd,0xc0,
-0x3e,0x32,0xe8,0x37,0xe0,0x40,0x56,0x58,0x03,0x38,0x9b,0x7a,0xf0,0x54,0x29,0x7f,
-0x7a,0x2e,0x2e,0xc8,0x01,0x4a,0x08,0xdd,0x3e,0xc8,0xa2,0x13,0xea,0x51,0x5d,0x3b,
-0xaa,0x37,0x5d,0x53,0x39,0xab,0xef,0x33,0xde,0xbb,0xad,0xcc,0xc3,0x6d,0xf2,0x13,
-0x6a,0xf4,0x1c,0x1f,0xe0,0x31,0x78,0xe5,0xbc,0x3d,0x5f,0x38,0xd6,0xbe,0x52,0xab,
-0x93,0xef,0xe0,0xf5,0x78,0x6a,0x6a,0x65,0xfb,0x38,0x15,0xd7,0xab,0x7b,0x48,0xfb,
-0xb6,0xd0,0x82,0x6f,0xd3,0xe3,0xde,0x14,0x11,0xca,0xef,0xf0,0x42,0x8e,0x56,0xc9,
-0xef,0x03,0x7d,0x97,0x83,0x76,0x9d,0x4c,0x6f,0x6e,0xaa,0x75,0xfd,0x67,0x83,0x73,
-0x82,0x3c,0x46,0xeb,0x37,0x8f,0x67,0x1d,0xc6,0xd4,0x43,0x34,0xf7,0x3e,0x37,0xe8,
-0x10,0x28,0xd5,0x78,0xf1,0xee,0xfe,0xa1,0x3d,0xdc,0x0e,0xb6,0x67,0x76,0x35,0x3b,
-0x9e,0x36,0xc7,0xf0,0x50,0x68,0x4b,0xe6,0xc8,0x53,0x6f,0x80,0xe3,0xff,0x00,0x63,
-0x0c,0xb8,0xcc,0x3a,0x18,0x00,0x00,};
-
-static const unsigned int dummy_align__upload_js = 6;
-static const unsigned char data__upload_js[] = {
-/* /upload.js (11 chars) */
-0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x6a,0x73,0x00,0x00,
-
-/* HTTP header */
+" (49 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
+0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
+0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
+0x0a,
+/* "ETag: "unoiESqTheFzjcq"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x75,0x6e,0x6f,0x69,0x45,0x53,0x71,0x54,0x68,
+0x65,0x46,0x7a,0x6a,0x63,0x71,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (573 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x6d,0x53,0xc1,0x6e,0xd3,0x40,
+0x10,0xbd,0xf7,0x2b,0x16,0x73,0x01,0x29,0x8e,0x1b,0x41,0x25,0x68,0xbd,0x96,0x50,
+0xe9,0x81,0x13,0x1c,0x40,0x82,0xe3,0xda,0xde,0xc4,0x5b,0xd6,0xeb,0x65,0xbd,0x4e,
+0x9a,0x1b,0x2d,0x87,0xc2,0x09,0xf1,0x03,0xf4,0x17,0xd2,0x16,0x93,0xd0,0xd0,0xf4,
+0x17,0xc6,0x7f,0xc4,0xac,0xd3,0xa4,0x01,0x21,0x4b,0xde,0xd9,0x99,0x37,0xf3,0x66,
+0x9e,0xc7,0xe1,0xbd,0xe7,0x2f,0xf7,0x5f,0xbf,0x7b,0x75,0x40,0x32,0x9b,0xcb,0x68,
+0x2b,0x74,0x07,0x91,0x4c,0x0d,0xa8,0xe7,0xb9,0x2b,0x67,0x29,0x1e,0x39,0xb7,0x8c,
+0x24,0x19,0x33,0x25,0xb7,0xd4,0xab,0x6c,0xdf,0x7f,0xe2,0xa2,0xad,0x3b,0xb3,0x56,
+0xfb,0xfc,0x43,0x25,0x86,0xd4,0x7b,0xeb,0xbf,0x79,0xe6,0xef,0x17,0xb9,0x66,0x56,
+0xc4,0x92,0x7b,0x24,0x29,0x94,0xe5,0x0a,0x73,0x5e,0x1c,0x50,0x9e,0x0e,0xf8,0x3a,
+0x4b,0xb1,0x9c,0x53,0x6f,0x28,0xf8,0x48,0x17,0xc6,0x6e,0x00,0x47,0x22,0xb5,0x19,
+0x4d,0xf9,0x50,0x24,0xdc,0x6f,0x2f,0x1d,0x22,0x94,0xb0,0x82,0x49,0xbf,0x4c,0x98,
+0xe4,0xb4,0xd7,0xdd,0xee,0x90,0x9c,0x1d,0x89,0xbc,0xca,0x37,0x5d,0x55,0xc9,0x4d,
+0x7b,0x67,0x48,0x4d,0xb7,0x1d,0x95,0x14,0xea,0x3d,0x31,0x5c,0x52,0xaf,0xb4,0x63,
+0xc9,0xcb,0x8c,0x73,0xe4,0xca,0x0c,0xef,0xe3,0x14,0x5a,0x16,0x2c,0xed,0x26,0x65,
+0xe9,0x90,0x56,0x58,0xc9,0x23,0xf8,0xde,0x7c,0x86,0x19,0x9c,0xc3,0x15,0x4c,0x08,
+0x2c,0xd0,0xb8,0xc6,0xf7,0x05,0xcc,0xa1,0x46,0x6b,0xd6,0x7c,0x0d,0x83,0x25,0x70,
+0x2b,0x0c,0x6e,0xa5,0x89,0x8b,0x74,0x8c,0xf9,0x8a,0x0d,0x49,0x22,0x59,0x59,0x52,
+0x0f,0xcd,0x98,0x19,0x2f,0x0a,0x03,0xb4,0x30,0x94,0x8a,0x75,0x68,0x64,0x98,0xd6,
+0x1c,0x63,0xa8,0x6c,0x0f,0xd9,0xfe,0x25,0x80,0x9a,0xc0,0x4d,0xf3,0x11,0x16,0x6d,
+0x1b,0x17,0xd8,0xc6,0x0c,0x89,0x7a,0x7f,0x17,0x59,0x36,0xee,0xf7,0x0b,0x93,0xbb,
+0x42,0x1b,0xe5,0x07,0x95,0x48,0x51,0xf4,0x76,0x56,0xea,0x59,0x7e,0x64,0x7d,0x26,
+0xc5,0x40,0xed,0x26,0xf8,0x0d,0xb8,0xd9,0x43,0x38,0x21,0xa1,0x5e,0x01,0x92,0x42,
+0x16,0x66,0xf7,0x7e,0xfa,0x74,0xe7,0xd1,0xe3,0x3e,0x06,0xc3,0x38,0x82,0x33,0x64,
+0x9f,0xfd,0x67,0x74,0xe7,0x6c,0x3b,0x83,0x4b,0x44,0x4c,0xe0,0x37,0x3e,0x4e,0x9b,
+0x4b,0x58,0x2c,0xd1,0x75,0x73,0x0c,0x37,0x50,0x37,0xa7,0x2b,0xa9,0x08,0xea,0xb6,
+0x80,0xa9,0xd3,0x0d,0xe7,0x98,0xb7,0x82,0xde,0xa9,0xdb,0x0d,0x83,0x18,0x09,0x4d,
+0x44,0xe0,0x0c,0x61,0x3f,0xb1,0xe4,0xbc,0xf9,0x04,0xbf,0x9a,0xe3,0xe6,0x04,0x26,
+0x1d,0x24,0x43,0xef,0x92,0xf0,0xbc,0xf5,0x9f,0x38,0x6d,0xea,0xe6,0x4b,0xf3,0x8d,
+0xb4,0x0d,0x4c,0x89,0xa3,0x42,0xb3,0x86,0x29,0x09,0x4b,0xcd,0x14,0x11,0x29,0xf5,
+0x92,0xa2,0x52,0xd6,0x57,0x55,0x1e,0x3b,0x99,0x77,0xc2,0xc0,0x45,0x22,0x82,0xcd,
+0xd5,0x70,0x85,0x85,0xae,0xe1,0x47,0x18,0x68,0x94,0x2d,0x40,0xdd,0xee,0x8e,0x32,
+0x31,0x42,0x5b,0x62,0xc7,0x1a,0xb7,0xd2,0x09,0x17,0x1c,0xb2,0x21,0x5b,0x7a,0x51,
+0x50,0x93,0xac,0xf7,0xe5,0x10,0xd7,0x05,0xab,0xb6,0x78,0xcc,0x5f,0x19,0x04,0x57,
+0x1d,0x99,0xd3,0x62,0xa4,0x1e,0x3c,0xdc,0xc3,0xf2,0xab,0xc0,0x9a,0xe8,0x76,0x51,
+0x82,0xf6,0x47,0xfb,0x03,0x0b,0x14,0x86,0x39,0x78,0x03,0x00,0x00,};
+
+static const unsigned int dummy_align__success_html = 6;
+static const unsigned char data__success_html[] = {
+/* /success.html (13 chars) */
+0x2f,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x2e,0x68,0x74,0x6d,0x6c,0x00,
+
+/* HTTP header */
+
 /* "HTTP/1.1 200 OK
-" (17 bytes) */
-0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
-0x0a,
+" (17 bytes) */
+0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
+0x0a,
 /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
-" (63 bytes) */
-0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
-0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
-0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
-0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
-/* "Content-Length: 897
-" (18+ bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
-0x38,0x39,0x37,0x0d,0x0a,
+" (63 bytes) */
+0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
+0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
+0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
+0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
+/* "Content-Length: 567
+" (21 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
+0x35,0x36,0x37,0x0d,0x0a,
 /* "Connection: Close
-" (19 bytes) */
-0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
-0x65,0x0d,0x0a,
-/* "Content-type: application/x-javascript
+" (19 bytes) */
+0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
+0x65,0x0d,0x0a,
+/* "Content-type: text/html
 Content-Encoding: gzip
-
-" (66 bytes) */
-0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x61,0x70,
-0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2f,0x78,0x2d,0x6a,0x61,0x76,0x61,
-0x73,0x63,0x72,0x69,0x70,0x74,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
-0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
-0x0d,0x0a,
-/* raw file data (897 bytes) */
-0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0xb5,0x54,0xe1,0x6a,0xdc,0x46,
-0x10,0x7e,0x95,0xbd,0x25,0x98,0x15,0x27,0x8b,0x33,0x25,0x50,0x4e,0xdd,0x9a,0xba,
-0xa4,0x89,0x21,0x6e,0x43,0x39,0x42,0xc0,0x98,0xb2,0x5a,0xad,0xee,0xb6,0xd6,0xed,
-0x5e,0x57,0xab,0x73,0x0f,0x73,0x10,0x9f,0x1b,0x12,0x68,0x20,0x90,0x17,0xe8,0x9f,
-0x3e,0x80,0x09,0x75,0x63,0x27,0xf1,0x3d,0xc3,0xea,0x8d,0x3a,0x7b,0xd2,0x5d,0x65,
-0x97,0xfc,0xec,0x0f,0x09,0x69,0x67,0x66,0xe7,0x9b,0x6f,0xbe,0x99,0xac,0x54,0xdc,
-0x4a,0xad,0xd0,0x3d,0xc2,0x82,0x53,0x23,0x6c,0x69,0x14,0x4a,0x35,0x2f,0xc7,0x42,
-0xd9,0x68,0x28,0xec,0x83,0x5c,0xf8,0xcf,0xbd,0xd9,0x7e,0x0a,0x1e,0xf3,0x6c,0xed,
-0xcf,0x75,0xa9,0x6c,0xaa,0x4f,0x14,0x09,0x4e,0xa7,0xcc,0x20,0x46,0xef,0xc7,0x85,
-0xb0,0xfb,0xca,0x0a,0x33,0x65,0x39,0x59,0x3b,0x82,0xb9,0xb9,0x75,0x87,0x52,0xb6,
-0xb5,0x45,0x4e,0xa4,0x82,0xb0,0x28,0xd7,0x9c,0xf9,0xc4,0xd1,0xc8,0x88,0x8c,0xe2,
-0x91,0xb5,0x93,0xa2,0x8f,0xbb,0x77,0xad,0xda,0xc8,0xa1,0x54,0x51,0x51,0x26,0x85,
-0x35,0x52,0x0d,0xff,0x13,0x3e,0x31,0xda,0x6a,0xae,0xf3,0x28,0x17,0x6a,0x68,0x47,
-0x41,0x10,0xb2,0xaf,0x7b,0x5b,0x5b,0x6c,0x7b,0x3b,0xfc,0x5c,0x19,0x78,0x85,0x7d,
-0x5b,0x95,0xe3,0x44,0x18,0x1c,0x44,0x52,0x29,0x61,0x1e,0x0d,0x0e,0x1e,0x53,0x16,
-0xb2,0x79,0xb8,0x23,0xbe,0x68,0xd5,0x09,0x14,0x7c,0xfb,0x70,0xdf,0x93,0xe3,0xab,
-0x4c,0x42,0x1e,0xd7,0xe5,0xe0,0xa1,0x4e,0x18,0x3f,0x8e,0xf8,0x50,0x62,0x28,0x6c,
-0x97,0x24,0x94,0x6b,0x95,0x49,0x33,0x26,0xd8,0xbd,0xad,0x7e,0x47,0xd5,0xb9,0x7b,
-0xe7,0x2e,0xab,0xe7,0xee,0xd2,0xdd,0xf8,0xdf,0x97,0xd5,0xc2,0x2d,0x51,0xf5,0xc2,
-0x2d,0xe1,0xe3,0x0a,0x9e,0x4b,0xd4,0x38,0xdc,0x54,0xe7,0xd5,0xa2,0x7a,0x5d,0x9d,
-0x55,0x6f,0xe0,0x08,0x81,0xc3,0x99,0xbb,0x71,0x4b,0xb0,0xfa,0xf7,0x35,0x72,0x57,
-0x70,0x03,0xf8,0x57,0xcf,0xab,0xdf,0xe0,0xb6,0xeb,0xea,0x6c,0x17,0x07,0x21,0xa7,
-0x90,0x07,0xec,0xef,0xdd,0x3b,0x48,0x72,0x51,0x2d,0x7c,0xe0,0xc2,0x7d,0xf2,0xf9,
-0xfc,0x13,0xe1,0xa0,0x9f,0xd0,0x4e,0x2f,0x4c,0x76,0xd7,0xa4,0x3d,0x3b,0x78,0xfc,
-0x08,0x78,0xfe,0x51,0xfc,0x52,0x8a,0xc2,0xee,0xfe,0x3a,0xce,0x3d,0xed,0x54,0x89,
-0x13,0x74,0xdb,0xd4,0x6f,0x9b,0xbe,0x01,0x81,0x4c,0xc5,0xb3,0x1f,0x92,0x9f,0x05,
-0xb7,0x04,0x1f,0x48,0x6e,0x74,0xa1,0x33,0x1b,0xf9,0x98,0xc1,0xe0,0x09,0x60,0x69,
-0xdc,0x23,0x3d,0x11,0x8a,0xe0,0x87,0x0f,0x06,0x38,0x64,0x61,0xa7,0xf7,0xaf,0xa1,
-0x10,0x2a,0x25,0x81,0x3f,0xea,0x4f,0xb5,0x4c,0x11,0xcb,0x85,0xb1,0x84,0xb7,0x78,
-0x7e,0xca,0x72,0x99,0x32,0x2b,0x3c,0xd3,0x99,0x36,0x64,0xc5,0x36,0x65,0x2d,0x09,
-0x16,0x7b,0xb3,0x01,0x1b,0x7e,0xcf,0xc6,0x82,0x60,0xa9,0x26,0xa5,0x5d,0x91,0xd0,
-0x8b,0xf9,0x57,0x49,0xd3,0xfc,0x98,0x77,0xbb,0x75,0x9f,0x52,0x9a,0x1c,0xf2,0xa3,
-0x50,0xd0,0xce,0x4e,0x2c,0x33,0x82,0x33,0x99,0x0b,0x68,0x53,0x1a,0xd9,0xd9,0x44,
-0x04,0xa7,0x70,0xd4,0xa3,0xfe,0xd7,0x9f,0x17,0x6b,0xe9,0x34,0x3a,0xad,0xb1,0x61,
-0xf7,0x47,0xdd,0x16,0xe4,0x3e,0x20,0xe0,0xfd,0xc2,0x5d,0xbb,0x8f,0xd5,0x39,0xf2,
-0xe4,0xfa,0xde,0x7e,0x80,0x93,0xf7,0xf0,0xdc,0x00,0x0a,0x9f,0x26,0x84,0x4c,0x1e,
-0x73,0xb6,0xbe,0xf5,0xb0,0x77,0x14,0x29,0x00,0xeb,0xf3,0x67,0x94,0xfe,0x04,0x43,
-0x21,0xd3,0xef,0x20,0x9f,0xaf,0x20,0x38,0x85,0x98,0x5e,0x78,0x8f,0x34,0x32,0x02,
-0x15,0xf2,0x9c,0x15,0x85,0xb7,0x75,0x29,0x46,0xa9,0x2c,0x58,0x92,0x8b,0x14,0xc7,
-0x89,0x11,0xec,0x78,0x0e,0x77,0x74,0x44,0x70,0x07,0xe0,0x9f,0x35,0x28,0x84,0xbb,
-0x59,0x17,0xd7,0xc0,0x40,0x33,0x17,0xee,0x23,0x08,0xe6,0x2f,0x2f,0x81,0x10,0xad,
-0x94,0x71,0x56,0xbd,0x02,0xc1,0xad,0x84,0x08,0x16,0x90,0xdd,0x95,0x97,0xd4,0x27,
-0x50,0xdb,0xba,0x2e,0x77,0x81,0x20,0x62,0x09,0x91,0x7f,0x7b,0xcd,0x21,0x10,0xe0,
-0x72,0xa5,0x26,0xaf,0xe0,0x05,0x08,0x73,0x01,0x17,0x7b,0x41,0x82,0xcc,0xaa,0xd7,
-0x7d,0x74,0x08,0x39,0x6f,0x17,0x04,0x00,0x8e,0x80,0x89,0xce,0xce,0x7c,0x5e,0xa3,
-0xec,0xf4,0xe6,0x9e,0x0e,0x2b,0xc7,0x42,0x97,0x36,0xde,0xcc,0xa2,0x56,0x63,0x5d,
-0x16,0x62,0xac,0xa7,0x82,0xb6,0x76,0x04,0xcf,0x05,0x33,0x83,0xda,0x99,0x34,0x41,
-0x41,0xd8,0x7c,0x50,0x58,0x2c,0x6b,0x5b,0x2b,0xa6,0x19,0xcd,0xd6,0x24,0xc2,0x5c,
-0x40,0x5b,0x3b,0x30,0xff,0x04,0xa8,0xad,0xc7,0xfc,0xc4,0xb0,0x09,0xd0,0x5b,0xd8,
-0x59,0x2e,0x22,0xe0,0x75,0x92,0xb3,0x19,0xc5,0x09,0xec,0x9f,0x63,0xec,0x1b,0xb0,
-0x59,0x64,0x9f,0x75,0xda,0x78,0x90,0x20,0x80,0xf5,0xf0,0xa5,0xb8,0x1f,0xcc,0x57,
-0xbd,0xbe,0x4d,0x01,0xc5,0xfb,0x7b,0x4f,0xa2,0x44,0x2a,0x1c,0xb7,0xfb,0xaa,0x15,
-0xcf,0x25,0x3f,0x6e,0x17,0xcb,0x68,0x0b,0x33,0x0e,0x37,0x2b,0xe6,0x7f,0xc7,0x0e,
-0xb8,0xca,0x49,0xae,0x59,0xba,0x67,0x15,0x94,0x0b,0xd0,0x46,0x4c,0x0d,0x6f,0x35,
-0x62,0xd3,0xa8,0x3b,0xbb,0xbf,0x09,0xf4,0x02,0x86,0x48,0x10,0x73,0x29,0xa8,0x1d,
-0xc9,0xa2,0x1e,0xa1,0xb5,0xd8,0xe7,0xf1,0x3f,0x4d,0x51,0xa3,0x3c,0x51,0x06,0x00,
-0x00,};
-
-
-
-const struct fsdata_file file__error_html[] = { {
-file_NULL,
-data__error_html,
-data__error_html + 12,
-sizeof(data__error_html) - 12,
-1,
-}};
-
-const struct fsdata_file file__favicon_ico[] = { {
-file__error_html,
-data__favicon_ico,
-data__favicon_ico + 16,
-sizeof(data__favicon_ico) - 16,
-1,
-}};
-
-const struct fsdata_file file__index_html[] = { {
-file__favicon_ico,
-data__index_html,
-data__index_html + 12,
-sizeof(data__index_html) - 12,
-1,
-}};
-
-const struct fsdata_file file__login_html[] = { {
-file__index_html,
-data__login_html,
-data__login_html + 12,
-sizeof(data__login_html) - 12,
-1,
-}};
-
-const struct fsdata_file file__success_html[] = { {
-file__login_html,
-data__success_html,
-data__success_html + 16,
-sizeof(data__success_html) - 16,
-1,
-}};
-
-const struct fsdata_file file__upload_css[] = { {
-file__success_html,
-data__upload_css,
-data__upload_css + 12,
-sizeof(data__upload_css) - 12,
-1,
-}};
-
-const struct fsdata_file file__upload_js[] = { {
-file__upload_css,
-data__upload_js,
-data__upload_js + 12,
-sizeof(data__upload_js) - 12,
-1,
-}};
-
-#define FS_ROOT file__upload_js
-#define FS_NUMFILES 7
-
+" (49 bytes) */
+0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
+0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
+0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
+0x0a,
+/* "ETag: "bxarfS4hHmnhQru"
+" (25 bytes) */
+0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x62,0x78,0x61,0x72,0x66,0x53,0x34,0x68,0x48,
+0x6d,0x6e,0x68,0x51,0x72,0x75,0x22,0x0d,0x0a,0x0d,0x0a,
+
+/* raw file data (567 bytes) */
+0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x7d,0x53,0xc1,0x8e,0xd3,0x30,
+0x10,0xbd,0xef,0x57,0x98,0x70,0x01,0x69,0xd3,0xb4,0x5a,0x21,0xa1,0xdd,0x38,0x12,
+0x2a,0x7b,0xe0,0x04,0x07,0x90,0xe0,0xe8,0x38,0x6e,0xe3,0xc5,0x71,0x82,0xe3,0xb4,
+0xdb,0x5b,0xd9,0x3d,0xc0,0x8d,0x3b,0x07,0x2e,0xfc,0x00,0xdb,0xdd,0x40,0xb5,0xd0,
+0xee,0x2f,0x4c,0xfe,0x88,0x71,0xd2,0x96,0x22,0x24,0x14,0x29,0x1e,0xfb,0xcd,0xbc,
+0x37,0x7e,0x99,0x84,0xf7,0x9e,0x3e,0x1f,0xbe,0x7c,0xf3,0xe2,0x94,0xa4,0x36,0x53,
+0xd1,0x41,0xe8,0x16,0xa2,0x98,0x1e,0x53,0xcf,0x73,0x5b,0xc1,0x12,0x5c,0x32,0x61,
+0x19,0xe1,0x29,0x33,0xa5,0xb0,0xd4,0xab,0xec,0xc8,0x7f,0xec,0xd0,0xf6,0x38,0xb5,
+0xb6,0xf0,0xc5,0xbb,0x4a,0x4e,0xa8,0xf7,0xda,0x7f,0xf5,0xc4,0x1f,0xe6,0x59,0xc1,
+0xac,0x8c,0x95,0xf0,0x08,0xcf,0xb5,0x15,0x1a,0x6b,0x9e,0x9d,0x52,0x91,0x8c,0xc5,
+0xae,0x4a,0xb3,0x4c,0x50,0x6f,0x22,0xc5,0xb4,0xc8,0x8d,0xdd,0x4b,0x9c,0xca,0xc4,
+0xa6,0x34,0x11,0x13,0xc9,0x85,0xdf,0x6e,0x0e,0x89,0xd4,0xd2,0x4a,0xa6,0xfc,0x92,
+0x33,0x25,0xe8,0xa0,0xd7,0x3f,0x24,0x19,0x3b,0x97,0x59,0x95,0xed,0x1f,0x55,0xa5,
+0x30,0xed,0x9e,0xa1,0x34,0xed,0x3b,0x29,0x25,0xf5,0x5b,0x62,0x84,0xa2,0x5e,0x69,
+0x67,0x4a,0x94,0xa9,0x10,0xa8,0x95,0x1a,0x31,0xc2,0x5b,0x14,0x2a,0x67,0x49,0x8f,
+0x97,0xa5,0xcb,0xb4,0xd2,0x2a,0x11,0xc1,0xd7,0xe6,0x3d,0xdc,0x41,0xdd,0x7c,0x84,
+0x15,0xac,0xa1,0x26,0xf8,0xba,0x6a,0xc3,0x05,0xfc,0x84,0x1a,0xa3,0x25,0xd4,0x61,
+0xd0,0x25,0x1f,0x84,0xc1,0xc6,0x9e,0x38,0x4f,0x66,0xc8,0xa1,0xd9,0x84,0x70,0xc5,
+0xca,0x92,0x7a,0x18,0xc6,0xcc,0x78,0x51,0x18,0x60,0x84,0x50,0x22,0x77,0xd0,0xd4,
+0xb0,0xa2,0x10,0x88,0xa1,0xbb,0x83,0x08,0xbe,0xfc,0x2b,0x40,0xe0,0xae,0x99,0xc3,
+0x1a,0x9b,0x58,0xc2,0x02,0x6e,0x61,0x89,0x42,0x83,0xbf,0x49,0xba,0xe6,0xfd,0x51,
+0x6e,0x32,0x47,0xb4,0x47,0x3f,0xae,0x64,0x82,0xc6,0xb7,0xf7,0xa5,0x9e,0x15,0xe7,
+0xd6,0x67,0x4a,0x8e,0xf5,0x31,0xc7,0xef,0x20,0xcc,0x09,0xa6,0x13,0x12,0x16,0xdb,
+0x04,0x9e,0xab,0xdc,0x1c,0xdf,0x3f,0x3a,0x1a,0x0e,0xfb,0x7d,0x04,0xc3,0xf8,0x7f,
+0x2d,0xc1,0x35,0x36,0xf6,0x0d,0x7e,0xe1,0xe3,0xfc,0xb9,0x86,0x75,0xe7,0x50,0xbd,
+0xb1,0xed,0x43,0xe7,0x51,0xf3,0x89,0x34,0x97,0xfb,0x4e,0x12,0xf8,0x81,0x65,0x0b,
+0x34,0x76,0x8e,0xb7,0x72,0x3e,0xae,0x7b,0x61,0x10,0xa3,0x9a,0x89,0x08,0x7c,0x46,
+0xaa,0x55,0x73,0xe1,0xee,0x8c,0x2e,0xa3,0xcf,0xcd,0x9c,0xc0,0x55,0x73,0x09,0x37,
+0x18,0x5e,0xa0,0x1b,0xee,0x04,0xab,0x1c,0x07,0x36,0x80,0xc0,0x77,0xc7,0x41,0x1a,
+0x94,0xeb,0x00,0x12,0x96,0x05,0xd3,0x44,0x26,0xd4,0xe3,0x79,0xa5,0xad,0xaf,0xab,
+0x2c,0x76,0x1e,0x3f,0x0a,0x03,0x87,0x44,0x04,0xbb,0xa9,0xe1,0x16,0x4b,0x57,0x70,
+0x13,0x06,0x05,0x7a,0x16,0xa0,0x69,0x7f,0x96,0x92,0x1b,0x59,0x58,0x62,0x67,0x05,
+0x8e,0xa5,0x73,0x2d,0x38,0x63,0x13,0xd6,0x9d,0xa2,0x9b,0x86,0xef,0x06,0xe6,0x0c,
+0xe7,0x05,0x59,0xdb,0x7c,0xac,0xdf,0x06,0x04,0x67,0x1d,0x95,0x93,0x7c,0xaa,0x1f,
+0x3c,0x3c,0x41,0xfa,0x2d,0xb0,0x13,0xda,0x4c,0x49,0xd0,0xfe,0x69,0xbf,0x01,0x5c,
+0x64,0x7a,0x0a,0x79,0x03,0x00,0x00,};
+
+const struct fsdata_file file__upload_js[] = {{
+	file_NULL,
+	data__upload_js,
+	data__upload_js + 11,
+	sizeof(data__upload_js) - 11,
+	1,
+}};
+
+const struct fsdata_file file__favicon_ico[] = {{
+	file__upload_js,
+	data__favicon_ico,
+	data__favicon_ico + 13,
+	sizeof(data__favicon_ico) - 13,
+	1,
+}};
+
+const struct fsdata_file file__login_html[] = {{
+	file__favicon_ico,
+	data__login_html,
+	data__login_html + 12,
+	sizeof(data__login_html) - 12,
+	1,
+}};
+
+const struct fsdata_file file__index_html[] = {{
+	file__login_html,
+	data__index_html,
+	data__index_html + 12,
+	sizeof(data__index_html) - 12,
+	1,
+}};
+
+const struct fsdata_file file__upload_css[] = {{
+	file__index_html,
+	data__upload_css,
+	data__upload_css + 12,
+	sizeof(data__upload_css) - 12,
+	1,
+}};
+
+const struct fsdata_file file__error_html[] = {{
+	file__upload_css,
+	data__error_html,
+	data__error_html + 12,
+	sizeof(data__error_html) - 12,
+	1,
+}};
+
+const struct fsdata_file file__success_html[] = {{
+	file__error_html,
+	data__success_html,
+	data__success_html + 14,
+	sizeof(data__success_html) - 14,
+	1,
+}};
+
+#define FS_ROOT file__success_html
+#define FS_NUMFILES 7