Go to file
Matthias Bussonnier 32ac1e9421 Merge pull request #3307 from minrk/wsproto
switch default ws_url logic to js side

In some cases (proxies, #3305), the request object doesn't have the right information about the originating information. This changes the default behavior, so that ws_url is generally empty by default, which the javascript takes to mean 'the same as http'. This is simpler and should be more resilient than trying a guess on server-side.

also replaces unused websocket_host with websocket_url

Rather than specifying only the hostname, it makes much more sense to specify the whole protocol,host,port in a single go.
2013-06-02 11:36:17 -07:00
docs/source/_static
examples copy IPython logo in example directory 2013-03-30 11:48:28 +01:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Merge pull request #3307 from minrk/wsproto 2013-06-02 11:36:17 -07:00
.gitignore ignore checkpoints 2013-05-01 17:32:45 -07:00
.mailmap
setup.py Make submodule checks work under Python 3. 2013-05-30 11:17:51 +01:00
setupbase.py Fix: "python ABS/PATH/TO/ipython.py" fails 2013-05-10 23:30:26 +02:00