diff options
author | Marco Peereboom <marco@conformal.com> | 2011-08-03 18:04:30 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-08-03 18:04:30 +0000 |
commit | 36c45fe9a14fc61ae0e0c210b9efe48c13358060 (patch) | |
tree | 8679024c20eed1096b73e06a921e70190e9e5a71 | |
parent | acc345f4a63759d016872a19be4468838860fb86 (diff) | |
download | xombrero-36c45fe9a14fc61ae0e0c210b9efe48c13358060.tar.gz |
this webkit bug has been fixed
-rw-r--r-- | xxxterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c index 88b1c11..04a319c 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -9433,8 +9433,6 @@ main(int argc, char *argv[]) } /* set some connection parameters */ - /* XXX webkit 1.4.X overwrites these values! */ - /* https://bugs.webkit.org/show_bug.cgi?id=64355 */ g_object_set(session, "max-conns", max_connections, (char *)NULL); g_object_set(session, "max-conns-per-host", max_host_connections, (char *)NULL); |