Skip to content

Commit 390a052

Browse files
authored
Update address.mojo
1 parent 7137329 commit 390a052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightbug_http/address.mojo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ fn getaddrinfo[
628628
)
629629
if result != 0:
630630
# gai_strerror returns a char buffer that we don't know the length of.
631-
# TODO: Perhaps switch to writing bytes once the Writer trait allows writing individual bytes.
632631
var err = gai_strerror(result)
633632
var msg = String()
634633
var i = 0

0 commit comments

Comments
 (0)