summaryrefslogtreecommitdiff
path: root/gpxe/src/net/tcp/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/net/tcp/http.c')
-rw-r--r--gpxe/src/net/tcp/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/net/tcp/http.c b/gpxe/src/net/tcp/http.c
index db92e9eb..4dc1ab73 100644
--- a/gpxe/src/net/tcp/http.c
+++ b/gpxe/src/net/tcp/http.c
@@ -393,7 +393,7 @@ static void http_step ( struct process *process ) {
if ( xfer_window ( &http->socket ) ) {
process_del ( &http->process );
if ( ( rc = xfer_printf ( &http->socket,
- "GET %s%s%s HTTP/1.1\r\n"
+ "GET %s%s%s HTTP/1.0\r\n"
"User-Agent: gPXE/" VERSION "\r\n"
"Host: %s\r\n"
"\r\n",