mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix int tests
This commit is contained in:
parent
9e48e1ec90
commit
a1390dac85
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ impl HttpContext for StreamContext {
|
|||
);
|
||||
}
|
||||
|
||||
if end_of_stream {
|
||||
if end_of_stream && body_size == 0 {
|
||||
if let Some(traceparent) = self.traceparent.as_ref() {
|
||||
let since_the_epoch_ns = SystemTime::now()
|
||||
.duration_since(UNIX_EPOCH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue