summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-13 14:56:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-13 14:56:09 -0400
commitfc57be82f4711703be3d2020b44209daeed9c165 (patch)
tree71af7c5cd036da46b7d78ab5b910982f93bc810e
parentff2af199e318ad9a2f0b17c141f331add687d329 (diff)
analysis
-rw-r--r--doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
index 54bf27710..913e02cd5 100644
--- a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
+++ b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
@@ -35,3 +35,12 @@ WebApp crashed: unable to bind to local socket
# End of transcript or log.
"""]]
+
+> The problem is that, when a port is specified, it is used for each web
+> server started, and the process of making a new repository unavoidably
+> requires it to start a second web server instance. This would also affect
+> switching between existing repositories in the webapp. I don't see
+> any way to make it not crash here, except for ignoring the port it was told
+> to use when something else is already listening there. --[[Joey]]
+
+[[!tag /design/assistant]]