mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: wrap up unsafe { nil } (p. 3)
This commit is contained in:
parent
a68d03ac59
commit
9099594a49
51 changed files with 86 additions and 86 deletions
|
@ -57,7 +57,7 @@ pub:
|
|||
port int = 8080
|
||||
cb fn (voidptr, picohttpparser.Request, mut picohttpparser.Response)
|
||||
err_cb fn (voidptr, picohttpparser.Request, mut picohttpparser.Response, IError) = default_err_cb
|
||||
user_data voidptr = voidptr(0)
|
||||
user_data voidptr = unsafe { nil }
|
||||
timeout_secs int = 8
|
||||
max_headers int = 100
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue