I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e2b7f93d authored by zzz's avatar zzz
Browse files

fixup

parent 09d1eb17
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,11 @@ public class EepGet { ...@@ -55,11 +55,11 @@ public class EepGet {
protected long _bytesTransferred; protected long _bytesTransferred;
protected long _bytesRemaining; protected long _bytesRemaining;
protected int _currentAttempt; protected int _currentAttempt;
private String _etag; protected String _etag;
private String _lastModified; protected String _lastModified;
protected boolean _encodingChunked; protected boolean _encodingChunked;
protected boolean _notModified; protected boolean _notModified;
private String _contentType; protected String _contentType;
protected boolean _transferFailed; protected boolean _transferFailed;
protected boolean _headersRead; protected boolean _headersRead;
protected boolean _aborted; protected boolean _aborted;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment