Skip to content

Commit

Permalink
Add TODO and comment in _browse_serve().
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 22, 2024
1 parent 5f6dde4 commit 2fb670c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -21678,6 +21678,7 @@ HEREDOC
) &
;;
nc|netcat)
# TODO: improve concurrency
(
while true
do
Expand All @@ -21691,6 +21692,7 @@ HEREDOC
) &
;;
accept|bash)
# More info: https://github.com/dzove855/Bash-web-server
# TODO: improve concurrency

local _bash_root_path="${BASH%/bin/bash}"
Expand Down

0 comments on commit 2fb670c

Please sign in to comment.