WeidiDeng
WeidiDeng
关闭数据库连接和等待正在进行的http请求完成
Should fix [52868](https://github.com/golang/go/issues/52868) and [37089](https://github.com/golang/go/issues/37089).
## What would you like to have changed? A similar implementation like [tarfs](https://github.com/spf13/afero/tree/master/tarfs) or [zipfs](https://github.com/spf13/afero/tree/master/zipfs) is appreciated. ## Why is this feature a useful, necessary, and/or important addition to this...
修复[favico 加载 bug](https://forum.cloudreve.org/d/2526) 和 windows上面字体文件不能[加载](https://github.com/cloudreve/Cloudreve/pull/1278#issuecomment-1118364562)
Fixes golang/go#56104
- With pull requests: - Open your pull request against `master` - Your pull request should have no more than two commits, if not you should squash them. - It...
Handlers should be able to add field to server log output for debugging and extending functionality purpose. Currently when a http.handler can only emit log using its own logger provisioned...
There are several popular projects that utilize many of quic-go's implementation of http3 features that currently can't be used by caddy modules, limiting how caddy can be extended. For example,...
Fix [5621](https://github.com/caddyserver/caddy/issues/5621). In addition, this also fixed several `add(remove)-package` related commands as they can't be used to add or remove adapter related modules. Before,  After, 
After a successful tracker announcement, the current url is moved to the front of the group and is reset to the first url of the first group. This will cause...