Skip to content

Commit

Permalink
Updated CHANGES_NEXT_RELEASE & statistics_with_counters.test
Browse files Browse the repository at this point in the history
  • Loading branch information
PradyumnAgrawal05 committed Feb 8, 2024
1 parent b6df379 commit 1be685a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix: memory leak in POST /v2/op/notify operation (#4261)
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ payload='{
}
]
}'
# FIXME #4261. Once the issue gets solved, this line should be uncommented
# The REGEXPECT part would need a little adapation after that
orionCurl --url /v2/op/notify -X POST --payload "$payload" > /dev/null


Expand Down Expand Up @@ -325,6 +323,9 @@ Content-Length: REGEX(\d+)
"OPTIONS": 1,
"POST": 1
},
"/v2/op/notify": {
"POST": 1
},
"/v2/registrations": {
"GET": 1,
"OPTIONS": 1,
Expand Down

0 comments on commit 1be685a

Please sign in to comment.