Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerdesnv committed Mar 4, 2024
1 parent fc65b34 commit b1cb433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/c++/library/http_client.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// Copyright 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
Expand Down
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/client_backend/openai/http_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ HttpClient::AsyncTransfer()
continue;
}

long http_code = 400;
uint32_t http_code = 400;
if (msg->data.result == CURLE_OK) {
curl_easy_getinfo(
msg->easy_handle, CURLINFO_RESPONSE_CODE, &http_code);
Expand Down
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/test_command_line_parser.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// Copyright 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
Expand Down

0 comments on commit b1cb433

Please sign in to comment.