This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'v0.2.x' of git.mmcxi.com:mm/logging into v0.2.x
master
Jonathan Strong
6 years ago
parent
fa0d5b68fb
9aaf6cd8ab
commit
5a0640c7a8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/influx.rs
+ 1
- 1
src/influx.rs
View File
@@ -232,7 +232,7 @@ impl InfluxWriter {
"buf.len()" => buf.len());
match prev {
0 => {
0
if buffer_size > 0
=> {
buf.push_str(s);
1
}
Write
Preview
Loading…
Cancel
Save