Paindar

Results 4 issues of Paindar

when i try to put a key-value > like: var value = { val: { data: [6,4,2,6,5,6,87,87,0,2,32,3,213,54,54,123,234,185,226,55,6,56,67,56,34,32,42,42,91,], type: "Buffer", } } db.put('test.bin', value); it looks fine. but when i try...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

**Describe the bug** As title. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior**...

bug

现在的qbcb,所有的HTTP请求使用的都是同一个HTTP Client,这使得: 1. 如果配置了Proxy,则所有发给bt客户端的都会通过Proxy,这对于qbcb和bt客户端都在同一个网络中的场合(例如都在同一台机器上)完全没有必要。 2. 如果未配置Proxy,则情况1不会发生,但从网络上获取网络资源(例如BlockList,或是检查更新?)有可能会失败。 因此,建议增加配置选项,以允许**仅发送给BT客户端的HTTP 请求不通过代理**。

enhancement