Skip to content

Commit 8ab76da

Browse files
committed
URLStreamDefault
1 parent a480a92 commit 8ab76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioHttp/URLStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class URLStreamDefault : public AbstractURLStream {
169169
Url url;
170170
long size;
171171
long total_read;
172-
// buffered read
172+
// buffered single byte read
173173
Vector<uint8_t> read_buffer{0};
174174
uint16_t read_buffer_size;
175175
uint16_t read_pos;

0 commit comments

Comments
 (0)