Commit 4e9fe1d
authored
This reverts #1430 (commit ee6d44a).
After merging the latest change to the CRT we have seen benchmark runs
failing (e.g.
https://github.com/awslabs/mountpoint-s3/actions/runs/15206336823/job/42770250949).
We are reverting the change while we further investigate the issue.
### Does this change impact existing behavior?
No.
### Does this change need a changelog entry? Does it require a version
change?
Reverts the previous changes.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).
Signed-off-by: Alessandro Passaro <[email protected]>
1 parent a861849 commit 4e9fe1d
File tree
15 files changed
+16
-26
lines changed- mountpoint-s3-client
- mountpoint-s3-crt-sys
- crt
- mountpoint-s3-crt
- src/s3
15 files changed
+16
-26
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
Submodule aws-c-common updated 12 files
- AWSCRTAndroidTestRunner/gradle/wrapper/gradle-wrapper.properties+2-2
- README.md+2-10
- docs/error-handling.md-453
- include/aws/common/cbor.h+7-18
- include/aws/common/exports.h+5-5
- include/aws/common/xml_parser.h-1
- source/arch/arm/windows/cpuid.c+1-1
- source/cbor.c-7
- source/xml_parser.c+4-11
- tests/CMakeLists.txt+1-2
- tests/cbor_test.c+7-4
- tests/xml_parser_test.c-22
- .github/workflows/ci.yml+1
- .github/workflows/proof-alarm.yml+1-1
- include/aws/io/event_loop.h+1-16
- include/aws/io/private/event_loop_impl.h+10-3
- include/aws/io/private/pki_utils.h+1-1
- source/bsd/kqueue_event_loop.c+10-3
- source/channel.c-6
- source/darwin/dispatch_queue_event_loop.c+14-1
- source/darwin/dispatch_queue_event_loop_private.h+1
- source/darwin/nw_socket.c+16-48
- source/event_loop.c+5-13
- source/linux/epoll_event_loop.c+10-1
- source/windows/host_resolver.c+1-1
- source/windows/iocp/iocp_event_loop.c+11-2
- source/windows/iocp/pipe.c+1-1
- source/windows/iocp/socket.c+3-3
- source/windows/secure_channel_tls_handler.c+1-1
- source/windows/shared_library.c+1-1
- source/windows/windows_pki_utils.c+1-1
- source/windows/winsock_init.c+3-3
- tests/CMakeLists.txt-1
- tests/channel_test.c+3-88
- tests/vcc/new_destroy.c-1
0 commit comments