Changeset 956a39a in trunk
- Timestamp:
- 2019-03-21T08:01:33Z (6 years ago)
- Branches:
- master
- Children:
- 43023fb
- Parents:
- dbea69c
- git-author:
- meejah <meejah@…> (2019-03-21 07:56:07)
- git-committer:
- meejah <meejah@…> (2019-03-21 08:01:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/root.py ¶
rdbea69c r956a39a 172 172 173 173 # handler for "/logs_v1" URIs 174 # note, webport can be a bare port or a Twisted endpoint-string 174 # note, webport can be a bare port or a Twisted 175 # endpoint-string but running it through serverFromString 176 # requires the reactor and still doesn't gain us anything 177 # (there's still no public API for "what is the port") 175 178 if webport.startswith("tcp:"): 176 179 port = webport.split(':')[1]
Note: See TracChangeset
for help on using the changeset viewer.