annotate .hgignore @ 1203:251eba911d4d

server (websockets): fixed websocket handling on HTTPS connections: Original request used to retrieve a page was stored on dynamic pages, but after the end of it, the channel was deleted, resulting in a isSecure() always returning False, and troubles in chain leading to the the use of the wrong session object. This patch fixes this by reworking the way original request is used, and creating a new wrapping class allowing to keep an API similar to iweb.IRequest, with data coming from both the original request and the websocket request. fix 327
author Goffi <goffi@goffi.org>
date Sun, 14 Jul 2019 14:45:51 +0200
parents a5019e62c3e9
children a44f77559279
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 *.js
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 tags
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 twistd.log
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 twistd.pid
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 sat.egg-info
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 *.un~
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 dist
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 MANIFEST
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 *.sh
5
c8d3821efc36 added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents: 0
diff changeset
15 build/
c8d3821efc36 added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents: 0
diff changeset
16 Session.vim
180
ea6ae7c4b3f0 misc: added ctags_links to .hgignore
Goffi <goffi@goffi.org>
parents: 5
diff changeset
17 ctags_links/
589
a5019e62c3e9 browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents: 180
diff changeset
18 html/