Commit 6423437
committed
Fix misleading comment
The previous comments incorrectly suggested that the file descriptor was
not yet ready. In fact, the check (web_fd != -1) ensures that web_fd is
valid and should be monitored in the read set. This commit updates the
comment to clearly state that web_fd is available, providing an accurate
description of the code's behavior.
Change-Id: Ib81d417a848e1cf41f289bd2abafb2de1c8a23d81 parent 43a311d commit 6423437
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments