mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http: fix response headers and status code; clean up ft and gg
This commit is contained in:
@@ -248,7 +248,6 @@ pub fn (m map_string) str() string {
|
||||
if m.size == 0 {
|
||||
return '{}'
|
||||
}
|
||||
// TODO use bytes buffer
|
||||
mut sb := strings.new_builder(50)
|
||||
sb.writeln('{')
|
||||
for key, val in m {
|
||||
|
||||
Reference in New Issue
Block a user