Skip to content

Support http patch#1530

Merged
jfallows merged 9 commits into
aklivity:developfrom
Qianyu2021:support-http-patch
Aug 12, 2025
Merged

Support http patch#1530
jfallows merged 9 commits into
aklivity:developfrom
Qianyu2021:support-http-patch

Conversation

@Qianyu2021

Copy link
Copy Markdown
Contributor

Fixes #1419

@jfallows jfallows self-requested a review August 8, 2025 22:05
…les to is not updated, I merge branch 'develop' into support-http-patch to add my code to updated codebase.
I added test scripts and then see the develop branch has new code I didn't sync with, so I pull the updated develop branch code, and merge with my code
 # Please enter a commit message to explain why this merge is necessary,
Comment on lines -137 to +140
"${net}/http.post.exchange.streaming/client",
"${app}/http.post.exchange.streaming/server" })
public void httpPostExchangeWhenStreaming() throws Exception
"${net}/http.patch.exchange/client",
"${app}/http.patch.exchange/server" })
public void httpPatchExchange() throws Exception

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you accidentally removed httpPostExchangeWhenStreaming() method when adding httpPatchExchange() method.

Please restore httpPostExchangeWhenStreaming() method, so the diff is just an add of httpPatchExchange() method, similar to other ConnectionManagementIT changes.

@jfallows jfallows merged commit 2861a66 into aklivity:develop Aug 12, 2025
115 of 119 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support PATCH as HTTP method

2 participants