You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "arosien (via GitHub)" <gi...@apache.org> on 2023/06/14 04:49:03 UTC

[GitHub] [daffodil-vscode] arosien opened a new pull request, #660: Bind the debug server to the loopback interface.

arosien opened a new pull request, #660:
URL: https://github.com/apache/daffodil-vscode/pull/660

   A.k.a., 127.0.0.1. We think 0.0.0.0 is used by default, and want
   to use a more secure local interface.
   
   Fixes #658.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] arosien merged pull request #660: Bind the debug server to the loopback interface.

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien merged PR #660:
URL: https://github.com/apache/daffodil-vscode/pull/660


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] arosien commented on pull request #660: Bind the debug server to the loopback interface.

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien commented on PR #660:
URL: https://github.com/apache/daffodil-vscode/pull/660#issuecomment-1590464631

   On startup prints:
   ```
   2023-06-13 21:50:38,002 [io-compute-4] INFO  o.a.d.d.d.DAPodil - waiting at tcp://localhost:4711 
   ```
   
   FYI at the same time, when the local server isn't up and a launch config tries to connect, the VS Code extension reports `connect ECONNREFUSED 127.0.0.1:4711`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org