Skip to content

Commit

Permalink
fix,inspector request miss data (Meituan-Dianping#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoyang7 authored Dec 7, 2023
1 parent 72f6489 commit 49f59bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/inspector/FlowDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ export default {
}
this.editorCache.id = val.id
this.editorCache.req = JSON.stringify({
url: val.request.url,
headers: val.request.headers,
method: val.request.method
...val.request
})
let reqContentInfo = this.getParsedContentAndType(val.request)
this.editorCache.reqData = reqContentInfo.content
Expand Down
2 changes: 1 addition & 1 deletion lyrebird/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IVERSION = (2, 23, 0)
IVERSION = (2, 23, 1)
VERSION = ".".join(str(i) for i in IVERSION)
LYREBIRD = "Lyrebird " + VERSION

0 comments on commit 49f59bb

Please sign in to comment.