File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
tests/upstream/json-specs Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 355355 "description" : " DecodedBodySize holds the size of the decoded payload." ,
356356 "type" : [
357357 " null" ,
358- " number "
358+ " integer "
359359 ]
360360 },
361361 "encoded_body_size" : {
362362 "description" : " EncodedBodySize holds the size of the encoded payload." ,
363363 "type" : [
364364 " null" ,
365- " number "
365+ " integer "
366366 ]
367367 },
368368 "finished" : {
410410 "description" : " TransferSize holds the total size of the payload." ,
411411 "type" : [
412412 " null" ,
413- " number "
413+ " integer "
414414 ]
415415 }
416416 }
Original file line number Diff line number Diff line change 192192 "description" : " DecodedBodySize holds the size of the decoded payload." ,
193193 "type" : [
194194 " null" ,
195- " number "
195+ " integer "
196196 ]
197197 },
198198 "encoded_body_size" : {
199199 "description" : " EncodedBodySize holds the size of the encoded payload." ,
200200 "type" : [
201201 " null" ,
202- " number "
202+ " integer "
203203 ]
204204 },
205205 "headers" : {
233233 "description" : " TransferSize holds the total size of the payload." ,
234234 "type" : [
235235 " null" ,
236- " number "
236+ " integer "
237237 ]
238238 }
239239 }
Original file line number Diff line number Diff line change 354354 "description" : " DecodedBodySize holds the size of the decoded payload." ,
355355 "type" : [
356356 " null" ,
357- " number "
357+ " integer "
358358 ]
359359 },
360360 "encoded_body_size" : {
361361 "description" : " EncodedBodySize holds the size of the encoded payload." ,
362362 "type" : [
363363 " null" ,
364- " number "
364+ " integer "
365365 ]
366366 },
367367 "finished" : {
409409 "description" : " TransferSize holds the total size of the payload." ,
410410 "type" : [
411411 " null" ,
412- " number "
412+ " integer "
413413 ]
414414 }
415415 }
You can’t perform that action at this time.
0 commit comments