-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add max_batch_request_num feature (#672)
* chore: add a new parameter to the configuration Signed-off-by: 170210 <[email protected]> * feat: add max_request_batch_request feature in Ostracon Signed-off-by: 170210 <[email protected]> * test: add test in http_json_handler_test Signed-off-by: 170210 <[email protected]> * test: add the field to http header of existing tests Signed-off-by: 170210 <[email protected]> * test: add test in http_server_test Signed-off-by: 170210 <[email protected]> * fixup: add field to merged tests Signed-off-by: 170210 <[email protected]> * refactor: change to max_batch_request_num Signed-off-by: 170210 <[email protected]> * fixup: fix goroutine leaks in test Signed-off-by: 170210 <[email protected]> * fixup: fix warning when defer in a loop Signed-off-by: 170210 <[email protected]> * style: fix for comment Signed-off-by: 170210 <[email protected]> * refactor: change request header key Signed-off-by: 170210 <[email protected]> * fixup: fix for review Signed-off-by: 170210 <[email protected]> * fixup: add field in light client Signed-off-by: 170210 <[email protected]> --------- Signed-off-by: 170210 <[email protected]>
- Loading branch information
Showing
11 changed files
with
205 additions
and
12 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
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.