mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-11 11:30:51 +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:
parent
6eb4aef0e8
commit
4ef85827db
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user