Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gohttp

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gohttp - npm Package Compare versions

Comparing version 4.1.0-beta7 to 4.1.0-beta8

8

http2proxy.js

@@ -232,7 +232,7 @@ 'use strict'

hiiproxy.prototype.getBackend = function (c) {
hiiproxy.prototype.getBackend = function (c, host) {
let prlist = this.hostProxy[c.host][c.routepath]
let prlist = this.hostProxy[host][c.routepath]
let pxybalance = this.proxyBalance[c.host][c.routepath]
let pxybalance = this.proxyBalance[host][c.routepath]

@@ -311,3 +311,3 @@ let pr

let pr = self.getBackend(c)
let pr = self.getBackend(c, host)

@@ -314,0 +314,0 @@ if (pr === null) {

{
"name": "gohttp",
"version": "4.1.0-beta7",
"version": "4.1.0-beta8",
"description": "http & https client for HTTP/1.1 and HTTP/2",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc