mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-11 17:25:52 +00:00
Replaced version file with hard coded identifier.
Have the HTTP client work in just the same way the HTTP server does.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.byte "1.0.45"
|
@@ -245,11 +245,7 @@ get:
|
||||
|
||||
http_preamble:
|
||||
.byte " HTTP/1.0",$0d,$0a
|
||||
.byte "User-Agent: IP65/"
|
||||
|
||||
.include "../inc/version.inc"
|
||||
|
||||
.byte $0d,$0a
|
||||
.byte "User-Agent: IP65/0.6502",$0d,$0a
|
||||
.byte "Connection: close",$0d,$0a
|
||||
.byte "Host: ",0
|
||||
|
||||
|
Reference in New Issue
Block a user