Change User-Agent to Adam/Net/Http

This commit is contained in:
minexew
2020-11-13 13:47:40 +01:00
parent c97d1c1758
commit ce1d84f98f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#define HTTP_ECONTENTLENGTH (-106)
#define HTTP_MAX_REDIRECTS 5
#define HTTP_USER_AGENT "SnailNet ($TX+CX,"TempleOS",D="DD_OS_NAME_VERSION"$)"
#define HTTP_USER_AGENT "Adam/Net/Http ($TX+CX,"TempleOS",D="DD_OS_NAME_VERSION"$)"
/**
* @param len_out (required) requires the content length, or -1 if unspecified
+1 -1
View File
@@ -6,7 +6,7 @@
#define BASE_DIR "/Www"
// Set to 0 if you don't want to print anything
#define SERVER_STRING "Server: Shrine HtServ\r\n"
#define SERVER_STRING "Server: HtServ ($TX+CX,"TempleOS",D="DD_OS_NAME_VERSION"$)\r\n"
#define STATE_TERM 0
#define STATE_NEW 1