[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stegotorus/master] git-svn-id: svn+ssh://spartan.csl.sri.com/svn/private/DEFIANCE@124 a58ff0ac-194c-e011-a152-003048836090
commit 3e5e2ee2cfd54bbd23868b0a1ffd263b8c47d3f8
Author: Vinod Yegneswaran <vinod@xxxxxxxxxxx>
Date: Sat Nov 5 00:34:55 2011 +0000
git-svn-id: svn+ssh://spartan.csl.sri.com/svn/private/DEFIANCE@124 a58ff0ac-194c-e011-a152-003048836090
---
src/steg/x_http2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/steg/x_http2.c b/src/steg/x_http2.c
index f22dcea..3695c27 100644
--- a/src/steg/x_http2.c
+++ b/src/steg/x_http2.c
@@ -675,7 +675,7 @@ x_http2_transmit(steg_t *s, struct evbuffer *source, conn_t *conn)
the only plausible places to put it are the URL and cookies. This
presently uses the URL. And it can't be binary. */
- if (evbuffer_get_length(source) < 256)
+ if (evbuffer_get_length(source) < 128)
return x_http2_client_uri_transmit(s, source, conn); //@@
return x_http2_client_cookie_transmit(s, source, conn); //@@
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits