diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-02 15:14:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-02 15:14:02 +0700 |
| commit | 388f7365dc00c12c5177fbb203b2eff9da638182 (patch) | |
| tree | 10d8719613bb55357bdcaa8fb7f7e095ace45a6e /lib/net/html/example_node_iterator_test.go | |
| parent | 901b80fe4f9b5d38f26271b7d1da9dc8e445d97a (diff) | |
| download | pakakeh.go-388f7365dc00c12c5177fbb203b2eff9da638182.tar.xz | |
Release share v0.53.1 (2024-03-02)v0.53.1
=== Enhancements
* lib/sql: handle binding with the same name
If [Meta.Bind] is called with the same name again, it should replace
the existing named value.
* lib/dns: ignore invalid message
If Query return a message but the failed to unpack due to invalid
format, for example
unpackOPT: data length is out of range
ignore it instead of disconnect the client connection.
* lib/http: export function to generate "multipart/form-data"
The GenerateFormData generate the request body with boundary for
HTTP content-type "multipart/form-data" from map[string][]byte.
* lib/dns: change the log mechanism by mode instead of by level
This changes introduce three mode of debug:
- DebugLevelDNS: log error on DNS level, in example empty answer,
ERR_NAME (domain name is invalid or not known) and so on.
- DebugLevelCache: log cache operations.
- DebugLevelConnPacket: log low level connection and package,
including request and response.
Diffstat (limited to 'lib/net/html/example_node_iterator_test.go')
0 files changed, 0 insertions, 0 deletions
