http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use otherwise-useless byte in DHCP feature option as a version number
[people/andreif/gpxe.git]
/
src
/
net
/
tcp
/
http.c
diff --git
a/src/net/tcp/http.c
b/src/net/tcp/http.c
index
727c033
..
0aecc7b
100644
(file)
--- a/
src/net/tcp/http.c
+++ b/
src/net/tcp/http.c
@@
-40,8
+40,11
@@
#include <gpxe/tcpip.h>
#include <gpxe/process.h>
#include <gpxe/linebuf.h>
#include <gpxe/tcpip.h>
#include <gpxe/process.h>
#include <gpxe/linebuf.h>
+#include <gpxe/features.h>
#include <gpxe/http.h>
#include <gpxe/http.h>
+FEATURE ( "HTTP", DHCP_EB_FEATURE_HTTP, 1 );
+
/** HTTP receive state */
enum http_rx_state {
HTTP_RX_RESPONSE = 0,
/** HTTP receive state */
enum http_rx_state {
HTTP_RX_RESPONSE = 0,