This folder contains the changes to Firefox needed to implement half-duplex communication.

To test those changes:

1) Download the tor-browser code from the git repository: https://git.torproject.org/tor-browser.git

2) Copy the .cpp and .h files into tor-browser/netwerk/protocol/http, and build-only-browser.sh into tor-browser/ (tor-browser/ being the repo)
3) Run build-only-browser.sh, which will produce the browser in about 30 minutes

Note that Tor Browser requires Tor to run; this built version will not automatically call its own instance of Tor when initiated (unlike the official TBB download). You will have to start Tor yourself (and check to make sure the ports are in the right places).

