mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: ~500 more byte=>u8
This commit is contained in:
@ -3,10 +3,10 @@ module picohttpparser
|
||||
pub struct Response {
|
||||
fd int
|
||||
pub:
|
||||
date &byte = 0
|
||||
buf_start &byte = 0
|
||||
date &u8 = 0
|
||||
buf_start &u8 = 0
|
||||
pub mut:
|
||||
buf &byte = 0
|
||||
buf &u8 = 0
|
||||
}
|
||||
|
||||
[inline]
|
||||
|
Reference in New Issue
Block a user