We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9c8da commit 47c3702Copy full SHA for 47c3702
be/src/io/fs/http_file_reader.h
@@ -60,13 +60,8 @@ class HttpFileReader final : public FileReader {
60
static constexpr size_t READ_BUFFER_SIZE = 4096;
61
size_t _buffer_start = 0;
62
size_t _buffer_end = 0;
63
- size_t _buffer_pos = 0;
64
- size_t _file_offset = 0;
65
- size_t _buffer_available = 0;
66
std::string _etag;
67
- time_t _last_modified = 0;
68
bool _initialized = false;
69
- // int64_t _pos = 0;
70
size_t _file_size = -1;
71
Path _path;
72
std::string _url;
0 commit comments