-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from nabbar/fix_221103
Package Logger : - Fix too many open file for logger file - Fix invalid FD for log file - Fix bug with field into entry - Fix race detection on testing Package Status : - Add capability to send short into query to received a short output without any result of component - Add Connection Header as Close to router status return of Get - Fix race detection into health with concurrent read/write data - Fix race detection with update of main router Package HTTPServer : - Add option to disable keepalive for server - Fix config tag error - Fix logger usage / close Package Config : - Fix component using logger to implement a close - Fix logger initialization : - use local var to setup new logger based on logger clone if loger still existing - if error while configuring new logger, do not change logger - closing old logger before replace it with new Package Router : - Fix missing ignore error return - Fix golib logger not closed Other : - Bump dependencies
- Loading branch information
Showing
13 changed files
with
389 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.