Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
cc9798c7ad
3 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.146"
|
||||
subject="comment 7"
|
||||
date="2014-03-07T17:03:30Z"
|
||||
content="""
|
||||
Are you sure that the accept message happens every second? I don't see why the webapp would continue to try to bind a socket it it failed with a 1 second delay. (It does try 100 times if it fails, per [[!commit fe3009d83b08563875856152034e7c59a0c6ecca]], before ending with \"unable to bind to local socket\".)
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.146"
|
||||
subject="comment 8"
|
||||
date="2014-03-07T17:16:41Z"
|
||||
content="""
|
||||
greg has confirmed that he can connect to the webapp, but it never replies to http requests. So, this could be the port being bound, but the accept failing.
|
||||
|
||||
I don't know why it would retry the accept once per second, but this could be something in warp or the network library.
|
||||
"""]]
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.146"
|
||||
subject="comment 3"
|
||||
date="2014-03-07T17:21:02Z"
|
||||
content="""
|
||||
Any news on this? Does it happen with the current version?
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue