@supraio/client-daemon-js 0.0.1-master.1 → 0.0.1-master.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5025,7 +5025,7 @@ $packages["internal/reflectlite"] = (function() {
5025
5025
  return $pkg;
5026
5026
  })();
5027
5027
  $packages["errors"] = (function() {
5028
- var $pkg = {}, $init, reflectlite, errorString, ptrType, interfaceType, interfaceType$1, ptrType$1, errorType, _r, New, Unwrap, Is;
5028
+ var $pkg = {}, $init, reflectlite, errorString, ptrType, ptrType$1, errorType, _r, New;
5029
5029
  reflectlite = $packages["internal/reflectlite"];
5030
5030
  errorString = $pkg.errorString = $newType(0, $kindStruct, "errors.errorString", true, "errors", false, function(s_) {
5031
5031
  this.$val = this;
@@ -5036,8 +5036,6 @@ $packages["errors"] = (function() {
5036
5036
  this.s = s_;
5037
5037
  });
5038
5038
  ptrType = $ptrType($error);
5039
- interfaceType = $interfaceType([{prop: "Unwrap", name: "Unwrap", pkg: "", typ: $funcType([], [$error], false)}]);
5040
- interfaceType$1 = $interfaceType([{prop: "Is", name: "Is", pkg: "", typ: $funcType([$error], [$Bool], false)}]);
5041
5039
  ptrType$1 = $ptrType(errorString);
5042
5040
  New = function(text) {
5043
5041
  var text;
@@ -5050,53 +5048,6 @@ $packages["errors"] = (function() {
5050
5048
  return e.s;
5051
5049
  };
5052
5050
  errorString.prototype.Error = function() { return this.$val.Error(); };
5053
- Unwrap = function(err) {
5054
- var _r$1, _tuple, err, ok, u, $s, $r;
5055
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$1 = $f._r$1; _tuple = $f._tuple; err = $f.err; ok = $f.ok; u = $f.u; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
5056
- _tuple = $assertType(err, interfaceType, true);
5057
- u = _tuple[0];
5058
- ok = _tuple[1];
5059
- if (!ok) {
5060
- $s = -1; return $ifaceNil;
5061
- }
5062
- _r$1 = u.Unwrap(); /* */ $s = 1; case 1: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
5063
- $s = -1; return _r$1;
5064
- /* */ } return; } if ($f === undefined) { $f = { $blk: Unwrap }; } $f._r$1 = _r$1; $f._tuple = _tuple; $f.err = err; $f.ok = ok; $f.u = u; $f.$s = $s; $f.$r = $r; return $f;
5065
- };
5066
- $pkg.Unwrap = Unwrap;
5067
- Is = function(err, target) {
5068
- var _r$1, _r$2, _r$3, _tuple, _v, err, isComparable, ok, target, x, $s, $r;
5069
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$1 = $f._r$1; _r$2 = $f._r$2; _r$3 = $f._r$3; _tuple = $f._tuple; _v = $f._v; err = $f.err; isComparable = $f.isComparable; ok = $f.ok; target = $f.target; x = $f.x; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
5070
- if ($interfaceIsEqual(target, $ifaceNil)) {
5071
- $s = -1; return $interfaceIsEqual(err, target);
5072
- }
5073
- _r$1 = reflectlite.TypeOf(target).Comparable(); /* */ $s = 1; case 1: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
5074
- isComparable = _r$1;
5075
- /* while (true) { */ case 2:
5076
- if (isComparable && $interfaceIsEqual(err, target)) {
5077
- $s = -1; return true;
5078
- }
5079
- _tuple = $assertType(err, interfaceType$1, true);
5080
- x = _tuple[0];
5081
- ok = _tuple[1];
5082
- if (!(ok)) { _v = false; $s = 6; continue s; }
5083
- _r$2 = x.Is(target); /* */ $s = 7; case 7: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
5084
- _v = _r$2; case 6:
5085
- /* */ if (_v) { $s = 4; continue; }
5086
- /* */ $s = 5; continue;
5087
- /* if (_v) { */ case 4:
5088
- $s = -1; return true;
5089
- /* } */ case 5:
5090
- _r$3 = Unwrap(err); /* */ $s = 8; case 8: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
5091
- err = _r$3;
5092
- if ($interfaceIsEqual(err, $ifaceNil)) {
5093
- $s = -1; return false;
5094
- }
5095
- /* } */ $s = 2; continue; case 3:
5096
- $s = -1; return false;
5097
- /* */ } return; } if ($f === undefined) { $f = { $blk: Is }; } $f._r$1 = _r$1; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._tuple = _tuple; $f._v = _v; $f.err = err; $f.isComparable = isComparable; $f.ok = ok; $f.target = target; $f.x = x; $f.$s = $s; $f.$r = $r; return $f;
5098
- };
5099
- $pkg.Is = Is;
5100
5051
  ptrType$1.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
5101
5052
  errorString.init("errors", [{prop: "s", name: "s", embedded: false, exported: false, typ: $String, tag: ""}]);
5102
5053
  $init = function() {
@@ -21054,8 +21005,8 @@ $packages["time"] = (function() {
21054
21005
  return [nhi, nlo];
21055
21006
  };
21056
21007
  Date = function(year, month, day, hour, min, sec, nsec, loc) {
21057
- var _r, _r$1, _r$2, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, _tuple$7, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
21058
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _r$2 = $f._r$2; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; _tuple$7 = $f._tuple$7; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
21008
+ var _r, _r$1, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
21009
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
21059
21010
  if (loc === ptrType$2.nil) {
21060
21011
  $panic(new $String("time: missing Location in call to Date"));
21061
21012
  }
@@ -21093,27 +21044,20 @@ $packages["time"] = (function() {
21093
21044
  /* */ if (!((offset === 0))) { $s = 2; continue; }
21094
21045
  /* */ $s = 3; continue;
21095
21046
  /* if (!((offset === 0))) { */ case 2:
21096
- utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
21097
- /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { $s = 5; continue; }
21098
- /* */ if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 6; continue; }
21099
- /* */ $s = 7; continue;
21100
- /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { */ case 5:
21101
- _r$1 = loc.lookup(new $Int64(start.$high - 0, start.$low - 1)); /* */ $s = 8; case 8: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
21102
- _tuple$6 = _r$1;
21103
- offset = _tuple$6[1];
21104
- $s = 7; continue;
21105
- /* } else if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 6:
21106
- _r$2 = loc.lookup(end); /* */ $s = 9; case 9: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
21107
- _tuple$7 = _r$2;
21108
- offset = _tuple$7[1];
21109
- /* } */ case 7:
21110
- case 4:
21047
+ utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
21048
+ /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 4; continue; }
21049
+ /* */ $s = 5; continue;
21050
+ /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 4:
21051
+ _r$1 = loc.lookup(utc); /* */ $s = 6; case 6: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
21052
+ _tuple$6 = _r$1;
21053
+ offset = _tuple$6[1];
21054
+ /* } */ case 5:
21111
21055
  unix = (x$8 = (new $Int64(0, offset)), new $Int64(unix.$high - x$8.$high, unix.$low - x$8.$low));
21112
21056
  /* } */ case 3:
21113
21057
  t = $clone(unixTime(unix, ((nsec >> 0))), Time);
21114
21058
  t.setLoc(loc);
21115
21059
  $s = -1; return t;
21116
- /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f._tuple$7 = _tuple$7; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
21060
+ /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
21117
21061
  };
21118
21062
  $pkg.Date = Date;
21119
21063
  Time.ptr.prototype.Truncate = function(d) {
@@ -42749,7 +42693,7 @@ $packages["vendor/golang.org/x/net/dns/dnsmessage"] = (function() {
42749
42693
  return $pkg;
42750
42694
  })();
42751
42695
  $packages["net"] = (function() {
42752
- var $pkg = {}, $init, context, errors, bytealg, nettrace, poll, singleflight, io, os, runtime, sort, sync, syscall, time, dnsmessage, ListenConfig, sysListener, SRV, MX, NS, Interface, Flags, ipv6ZoneCache, IP, IPMask, IPNet, IPAddr, IPConn, ipStackCapabilities, addrList, Resolver, onlyValuesCtx, HardwareAddr, Addr, Conn, conn, PacketConn, Listener, Error, OpError, timeout, temporary, ParseError, AddrError, UnknownNetworkError, timeoutError, DNSError, writerOnly, netFD, bufferedPipe, file, rawConn, rawListener, sockaddr, TCPAddr, TCPConn, TCPListener, UDPAddr, UDPConn, UnixAddr, UnixConn, UnixListener, ptrType, sliceType, arrayType, sliceType$1, ptrType$1, sliceType$2, ptrType$3, ptrType$4, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, ptrType$11, sliceType$3, sliceType$4, arrayType$1, ptrType$12, ptrType$13, ptrType$14, ptrType$15, structType$3, sliceType$5, ptrType$16, arrayType$2, arrayType$3, sliceType$6, funcType, sliceType$7, ptrType$17, sliceType$8, ptrType$18, sliceType$9, ptrType$19, sliceType$10, ptrType$20, ptrType$21, ptrType$22, ptrType$23, ptrType$24, ptrType$25, ptrType$26, ptrType$27, sliceType$11, ptrType$28, arrayType$4, ptrType$30, ptrType$31, ptrType$32, ptrType$33, ptrType$34, ptrType$35, funcType$1, ptrType$38, ptrType$39, ptrType$40, mapType$1, mapType$2, ptrType$41, ptrType$42, funcType$2, ptrType$43, funcType$3, ptrType$44, ptrType$45, chanType$1, funcType$4, funcType$5, ptrType$49, testHookLookupIP, errInvalidInterface, errInvalidInterfaceIndex, errInvalidInterfaceName, errNoSuchInterface, errNoSuchMulticastInterface, flagNames, zoneCache, v4InV6Prefix, classAMask, classBMask, classCMask, ipStackCaps, protocols, services, dnsWaitGroup, netGo, errNoSuitableAddress, errMissingAddress, errCanceled, aLongTimeAgo, errTimeout, errNoSuchHost, errClosed, listenersMu, listeners, portCounterMu, portCounter, onceReadServices, init, parseNetwork, Listen, isDomainName, isConnError, interfaceTable, interfaceAddrTable, interfaceMulticastAddrTable, IPv4, IPv4Mask, isZeros, allFF, ubtoa, hexString, ipEmptyString, simpleMaskLength, networkNumberAndMask, parseIPv4, parseIPv6Zone, parseIPv6, ParseIP, parseIPZone, newIPConn, stripIPv4Header, supportsIPv4, supportsIPv4map, isIPv4, filterAddrList, ipv4only, ipv6only, SplitHostPort, splitHostZone, JoinHostPort, loopbackIP, favoriteAddrFamily, internetSocket, ipToSockaddr, lookupProtocolMap, lookupPortMap, withUnexpiredValuesPreserved, lookupIPReturn, ipAddrsEface, lookupProtocol, mapErr, genericReadFrom, nextPort, socket, newBufferedPipe, sysSocket, open, countAnyByte, splitAtBytes, getFields, dtoi, xtoi, itoa, uitoa, appendHex, last, lowerASCIIBytes, parsePort, readServices, goLookupPort, newRawConn, newRawListener, sendFile, setReadBuffer, setWriteBuffer, setKeepAlive, setLinger, splice, newTCPConn, setNoDelay, setKeepAlivePeriod, newUDPConn, ResolveUnixAddr, newUnixConn, unixSocket, sotypeToNet;
42696
+ var $pkg = {}, $init, context, errors, bytealg, nettrace, poll, singleflight, io, os, runtime, sort, sync, syscall, time, dnsmessage, ListenConfig, sysListener, SRV, MX, NS, Interface, Flags, ipv6ZoneCache, IP, IPMask, IPNet, IPAddr, IPConn, ipStackCapabilities, addrList, Resolver, onlyValuesCtx, HardwareAddr, Addr, Conn, conn, PacketConn, Listener, Error, OpError, timeout, temporary, ParseError, AddrError, UnknownNetworkError, timeoutError, DNSError, writerOnly, netFD, bufferedPipe, file, rawConn, rawListener, sockaddr, TCPAddr, TCPConn, TCPListener, UDPAddr, UDPConn, UnixAddr, UnixConn, UnixListener, ptrType, sliceType, arrayType, sliceType$1, ptrType$1, sliceType$2, ptrType$3, ptrType$4, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, ptrType$11, sliceType$3, sliceType$4, arrayType$1, ptrType$12, ptrType$13, ptrType$14, ptrType$15, structType$3, sliceType$5, ptrType$16, arrayType$2, arrayType$3, sliceType$6, funcType, sliceType$7, ptrType$17, sliceType$8, ptrType$18, sliceType$9, ptrType$19, sliceType$10, ptrType$20, ptrType$21, ptrType$22, ptrType$23, ptrType$24, ptrType$25, ptrType$26, ptrType$27, sliceType$11, ptrType$28, arrayType$4, ptrType$30, ptrType$31, ptrType$32, ptrType$33, ptrType$34, ptrType$35, funcType$1, ptrType$38, ptrType$39, ptrType$40, mapType$1, mapType$2, ptrType$41, ptrType$42, funcType$2, ptrType$43, funcType$3, ptrType$44, ptrType$45, chanType$1, funcType$4, funcType$5, ptrType$49, testHookLookupIP, errInvalidInterface, errInvalidInterfaceIndex, errInvalidInterfaceName, errNoSuchInterface, errNoSuchMulticastInterface, flagNames, zoneCache, v4InV6Prefix, classAMask, classBMask, classCMask, ipStackCaps, protocols, services, dnsWaitGroup, errMalformedDNSRecordsDetail, netGo, errNoSuitableAddress, errMissingAddress, errCanceled, aLongTimeAgo, errTimeout, errNoSuchHost, errClosed, listenersMu, listeners, portCounterMu, portCounter, onceReadServices, init, parseNetwork, Listen, isDomainName, isConnError, interfaceTable, interfaceAddrTable, interfaceMulticastAddrTable, IPv4, IPv4Mask, isZeros, allFF, ubtoa, hexString, ipEmptyString, simpleMaskLength, networkNumberAndMask, parseIPv4, parseIPv6Zone, parseIPv6, ParseIP, parseIPZone, newIPConn, stripIPv4Header, supportsIPv4, supportsIPv4map, isIPv4, filterAddrList, ipv4only, ipv6only, SplitHostPort, splitHostZone, JoinHostPort, loopbackIP, favoriteAddrFamily, internetSocket, ipToSockaddr, lookupProtocolMap, lookupPortMap, withUnexpiredValuesPreserved, lookupIPReturn, ipAddrsEface, lookupProtocol, mapErr, genericReadFrom, nextPort, socket, newBufferedPipe, sysSocket, open, countAnyByte, splitAtBytes, getFields, dtoi, xtoi, itoa, uitoa, appendHex, last, lowerASCIIBytes, parsePort, readServices, goLookupPort, newRawConn, newRawListener, sendFile, setReadBuffer, setWriteBuffer, setKeepAlive, setLinger, splice, newTCPConn, setNoDelay, setKeepAlivePeriod, newUDPConn, ResolveUnixAddr, newUnixConn, unixSocket, sotypeToNet;
42753
42697
  context = $packages["context"];
42754
42698
  errors = $packages["errors"];
42755
42699
  bytealg = $packages["internal/bytealg"];
@@ -45682,13 +45626,13 @@ $packages["net"] = (function() {
45682
45626
  return ["", err];
45683
45627
  }
45684
45628
  if (!isDomainName(cname)) {
45685
- return ["", new DNSError.ptr("CNAME target is invalid", host, "", false, false, false)];
45629
+ return ["", new DNSError.ptr(errMalformedDNSRecordsDetail, host, "", false, false, false)];
45686
45630
  }
45687
45631
  return [cname, $ifaceNil];
45688
45632
  };
45689
45633
  Resolver.prototype.LookupCNAME = function(ctx, host) { return this.$val.LookupCNAME(ctx, host); };
45690
45634
  Resolver.ptr.prototype.LookupSRV = function(ctx, service, proto, name) {
45691
- var _i, _ref, _tuple, addr, addrs, cname, ctx, err, name, proto, r, service;
45635
+ var _i, _ref, _tuple, addr, addrs, cname, ctx, err, filteredAddrs, name, proto, r, service;
45692
45636
  r = this;
45693
45637
  _tuple = r.lookupSRV(ctx, service, proto, name);
45694
45638
  cname = _tuple[0];
@@ -45700,6 +45644,7 @@ $packages["net"] = (function() {
45700
45644
  if (!(cname === "") && !isDomainName(cname)) {
45701
45645
  return ["", sliceType$8.nil, new DNSError.ptr("SRV header name is invalid", name, "", false, false, false)];
45702
45646
  }
45647
+ filteredAddrs = $makeSlice(sliceType$8, 0, addrs.$length);
45703
45648
  _ref = addrs;
45704
45649
  _i = 0;
45705
45650
  while (true) {
@@ -45710,15 +45655,20 @@ $packages["net"] = (function() {
45710
45655
  continue;
45711
45656
  }
45712
45657
  if (!isDomainName(addr.Target)) {
45713
- return ["", sliceType$8.nil, new DNSError.ptr("SRV target is invalid", name, "", false, false, false)];
45658
+ _i++;
45659
+ continue;
45714
45660
  }
45661
+ filteredAddrs = $append(filteredAddrs, addr);
45715
45662
  _i++;
45716
45663
  }
45717
- return [cname, addrs, $ifaceNil];
45664
+ if (!((addrs.$length === filteredAddrs.$length))) {
45665
+ return [cname, filteredAddrs, new DNSError.ptr(errMalformedDNSRecordsDetail, name, "", false, false, false)];
45666
+ }
45667
+ return [cname, filteredAddrs, $ifaceNil];
45718
45668
  };
45719
45669
  Resolver.prototype.LookupSRV = function(ctx, service, proto, name) { return this.$val.LookupSRV(ctx, service, proto, name); };
45720
45670
  Resolver.ptr.prototype.LookupMX = function(ctx, name) {
45721
- var _i, _ref, _tuple, ctx, err, mx, name, r, records;
45671
+ var _i, _ref, _tuple, ctx, err, filteredMX, mx, name, r, records;
45722
45672
  r = this;
45723
45673
  _tuple = r.lookupMX(ctx, name);
45724
45674
  records = _tuple[0];
@@ -45726,6 +45676,7 @@ $packages["net"] = (function() {
45726
45676
  if (!($interfaceIsEqual(err, $ifaceNil))) {
45727
45677
  return [sliceType$9.nil, err];
45728
45678
  }
45679
+ filteredMX = $makeSlice(sliceType$9, 0, records.$length);
45729
45680
  _ref = records;
45730
45681
  _i = 0;
45731
45682
  while (true) {
@@ -45735,16 +45686,21 @@ $packages["net"] = (function() {
45735
45686
  _i++;
45736
45687
  continue;
45737
45688
  }
45738
- if (!isDomainName(mx.Host)) {
45739
- return [sliceType$9.nil, new DNSError.ptr("MX target is invalid", name, "", false, false, false)];
45689
+ if (!(mx.Host === ".") && !isDomainName(mx.Host)) {
45690
+ _i++;
45691
+ continue;
45740
45692
  }
45693
+ filteredMX = $append(filteredMX, mx);
45741
45694
  _i++;
45742
45695
  }
45743
- return [records, $ifaceNil];
45696
+ if (!((records.$length === filteredMX.$length))) {
45697
+ return [filteredMX, new DNSError.ptr(errMalformedDNSRecordsDetail, name, "", false, false, false)];
45698
+ }
45699
+ return [filteredMX, $ifaceNil];
45744
45700
  };
45745
45701
  Resolver.prototype.LookupMX = function(ctx, name) { return this.$val.LookupMX(ctx, name); };
45746
45702
  Resolver.ptr.prototype.LookupNS = function(ctx, name) {
45747
- var _i, _ref, _tuple, ctx, err, name, ns, r, records;
45703
+ var _i, _ref, _tuple, ctx, err, filteredNS, name, ns, r, records;
45748
45704
  r = this;
45749
45705
  _tuple = r.lookupNS(ctx, name);
45750
45706
  records = _tuple[0];
@@ -45752,6 +45708,7 @@ $packages["net"] = (function() {
45752
45708
  if (!($interfaceIsEqual(err, $ifaceNil))) {
45753
45709
  return [sliceType$10.nil, err];
45754
45710
  }
45711
+ filteredNS = $makeSlice(sliceType$10, 0, records.$length);
45755
45712
  _ref = records;
45756
45713
  _i = 0;
45757
45714
  while (true) {
@@ -45762,11 +45719,16 @@ $packages["net"] = (function() {
45762
45719
  continue;
45763
45720
  }
45764
45721
  if (!isDomainName(ns.Host)) {
45765
- return [sliceType$10.nil, new DNSError.ptr("NS target is invalid", name, "", false, false, false)];
45722
+ _i++;
45723
+ continue;
45766
45724
  }
45725
+ filteredNS = $append(filteredNS, ns);
45767
45726
  _i++;
45768
45727
  }
45769
- return [records, $ifaceNil];
45728
+ if (!((records.$length === filteredNS.$length))) {
45729
+ return [filteredNS, new DNSError.ptr(errMalformedDNSRecordsDetail, name, "", false, false, false)];
45730
+ }
45731
+ return [filteredNS, $ifaceNil];
45770
45732
  };
45771
45733
  Resolver.prototype.LookupNS = function(ctx, name) { return this.$val.LookupNS(ctx, name); };
45772
45734
  Resolver.ptr.prototype.LookupTXT = function(ctx, name) {
@@ -45776,7 +45738,7 @@ $packages["net"] = (function() {
45776
45738
  };
45777
45739
  Resolver.prototype.LookupTXT = function(ctx, name) { return this.$val.LookupTXT(ctx, name); };
45778
45740
  Resolver.ptr.prototype.LookupAddr = function(ctx, addr) {
45779
- var _i, _ref, _tuple, addr, ctx, err, name, names, r;
45741
+ var _i, _ref, _tuple, addr, ctx, err, filteredNames, name, names, r;
45780
45742
  r = this;
45781
45743
  _tuple = r.lookupAddr(ctx, addr);
45782
45744
  names = _tuple[0];
@@ -45784,17 +45746,21 @@ $packages["net"] = (function() {
45784
45746
  if (!($interfaceIsEqual(err, $ifaceNil))) {
45785
45747
  return [sliceType.nil, err];
45786
45748
  }
45749
+ filteredNames = $makeSlice(sliceType, 0, names.$length);
45787
45750
  _ref = names;
45788
45751
  _i = 0;
45789
45752
  while (true) {
45790
45753
  if (!(_i < _ref.$length)) { break; }
45791
45754
  name = ((_i < 0 || _i >= _ref.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref.$array[_ref.$offset + _i]);
45792
- if (!isDomainName(name)) {
45793
- return [sliceType.nil, new DNSError.ptr("PTR target is invalid", addr, "", false, false, false)];
45755
+ if (isDomainName(name)) {
45756
+ filteredNames = $append(filteredNames, name);
45794
45757
  }
45795
45758
  _i++;
45796
45759
  }
45797
- return [names, $ifaceNil];
45760
+ if (!((names.$length === filteredNames.$length))) {
45761
+ return [filteredNames, new DNSError.ptr(errMalformedDNSRecordsDetail, addr, "", false, false, false)];
45762
+ }
45763
+ return [filteredNames, $ifaceNil];
45798
45764
  };
45799
45765
  Resolver.prototype.LookupAddr = function(ctx, addr) { return this.$val.LookupAddr(ctx, addr); };
45800
45766
  lookupProtocol = function(ctx, name) {
@@ -48683,6 +48649,7 @@ $packages["net"] = (function() {
48683
48649
  protocols = $makeMap($String.keyFor, [{ k: "icmp", v: 1 }, { k: "igmp", v: 2 }, { k: "tcp", v: 6 }, { k: "udp", v: 17 }, { k: "ipv6-icmp", v: 58 }]);
48684
48650
  services = $makeMap($String.keyFor, [{ k: "udp", v: $makeMap($String.keyFor, [{ k: "domain", v: 53 }]) }, { k: "tcp", v: $makeMap($String.keyFor, [{ k: "ftp", v: 21 }, { k: "ftps", v: 990 }, { k: "gopher", v: 70 }, { k: "http", v: 80 }, { k: "https", v: 443 }, { k: "imap2", v: 143 }, { k: "imap3", v: 220 }, { k: "imaps", v: 993 }, { k: "pop3", v: 110 }, { k: "pop3s", v: 995 }, { k: "smtp", v: 25 }, { k: "ssh", v: 22 }, { k: "telnet", v: 23 }]) }]);
48685
48651
  $pkg.DefaultResolver = new Resolver.ptr(false, false, $throwNilPointerError, new singleflight.Group.ptr(new sync.Mutex.ptr(0, 0), false));
48652
+ errMalformedDNSRecordsDetail = "DNS response contained records which contain invalid names";
48686
48653
  errNoSuitableAddress = errors.New("no suitable address found");
48687
48654
  errMissingAddress = errors.New("missing address");
48688
48655
  errCanceled = errors.New("operation was canceled");
@@ -86917,8 +86884,8 @@ $packages["crypto/tls"] = (function() {
86917
86884
  };
86918
86885
  rsaKeyAgreement.prototype.processServerKeyExchange = function(config, clientHello, serverHello, cert, skx) { return this.$val.processServerKeyExchange(config, clientHello, serverHello, cert, skx); };
86919
86886
  rsaKeyAgreement.ptr.prototype.generateClientKeyExchange = function(config, clientHello, cert) {
86920
- var _r, _r$1, _tuple, _tuple$1, cert, ckx, clientHello, config, encrypted, err, ka, preMasterSecret, x, x$1, $s, $r;
86921
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; cert = $f.cert; ckx = $f.ckx; clientHello = $f.clientHello; config = $f.config; encrypted = $f.encrypted; err = $f.err; ka = $f.ka; preMasterSecret = $f.preMasterSecret; x = $f.x; x$1 = $f.x$1; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
86887
+ var _r, _r$1, _tuple, _tuple$1, _tuple$2, cert, ckx, clientHello, config, encrypted, err, ka, ok, preMasterSecret, rsaKey, x, x$1, $s, $r;
86888
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; cert = $f.cert; ckx = $f.ckx; clientHello = $f.clientHello; config = $f.config; encrypted = $f.encrypted; err = $f.err; ka = $f.ka; ok = $f.ok; preMasterSecret = $f.preMasterSecret; rsaKey = $f.rsaKey; x = $f.x; x$1 = $f.x$1; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
86922
86889
  ka = this;
86923
86890
  preMasterSecret = $makeSlice(sliceType$5, 48);
86924
86891
  (0 >= preMasterSecret.$length ? ($throwRuntimeError("index out of range"), undefined) : preMasterSecret.$array[preMasterSecret.$offset + 0] = (((clientHello.vers >>> 8 << 16 >>> 16) << 24 >>> 24)));
@@ -86929,10 +86896,16 @@ $packages["crypto/tls"] = (function() {
86929
86896
  if (!($interfaceIsEqual(err, $ifaceNil))) {
86930
86897
  $s = -1; return [sliceType$5.nil, ptrType$8.nil, err];
86931
86898
  }
86932
- _r$1 = rsa.EncryptPKCS1v15(config.rand(), $assertType(cert.PublicKey, ptrType$5), preMasterSecret); /* */ $s = 2; case 2: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
86933
- _tuple$1 = _r$1;
86934
- encrypted = _tuple$1[0];
86935
- err = _tuple$1[1];
86899
+ _tuple$1 = $assertType(cert.PublicKey, ptrType$5, true);
86900
+ rsaKey = _tuple$1[0];
86901
+ ok = _tuple$1[1];
86902
+ if (!ok) {
86903
+ $s = -1; return [sliceType$5.nil, ptrType$8.nil, errors.New("tls: server certificate contains incorrect key type for selected ciphersuite")];
86904
+ }
86905
+ _r$1 = rsa.EncryptPKCS1v15(config.rand(), rsaKey, preMasterSecret); /* */ $s = 2; case 2: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
86906
+ _tuple$2 = _r$1;
86907
+ encrypted = _tuple$2[0];
86908
+ err = _tuple$2[1];
86936
86909
  if (!($interfaceIsEqual(err, $ifaceNil))) {
86937
86910
  $s = -1; return [sliceType$5.nil, ptrType$8.nil, err];
86938
86911
  }
@@ -86942,7 +86915,7 @@ $packages["crypto/tls"] = (function() {
86942
86915
  (x$1 = ckx.ciphertext, (1 >= x$1.$length ? ($throwRuntimeError("index out of range"), undefined) : x$1.$array[x$1.$offset + 1] = ((encrypted.$length << 24 >>> 24))));
86943
86916
  $copySlice($subslice(ckx.ciphertext, 2), encrypted);
86944
86917
  $s = -1; return [preMasterSecret, ckx, $ifaceNil];
86945
- /* */ } return; } if ($f === undefined) { $f = { $blk: rsaKeyAgreement.ptr.prototype.generateClientKeyExchange }; } $f._r = _r; $f._r$1 = _r$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.cert = cert; $f.ckx = ckx; $f.clientHello = clientHello; $f.config = config; $f.encrypted = encrypted; $f.err = err; $f.ka = ka; $f.preMasterSecret = preMasterSecret; $f.x = x; $f.x$1 = x$1; $f.$s = $s; $f.$r = $r; return $f;
86918
+ /* */ } return; } if ($f === undefined) { $f = { $blk: rsaKeyAgreement.ptr.prototype.generateClientKeyExchange }; } $f._r = _r; $f._r$1 = _r$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f.cert = cert; $f.ckx = ckx; $f.clientHello = clientHello; $f.config = config; $f.encrypted = encrypted; $f.err = err; $f.ka = ka; $f.ok = ok; $f.preMasterSecret = preMasterSecret; $f.rsaKey = rsaKey; $f.x = x; $f.x$1 = x$1; $f.$s = $s; $f.$r = $r; return $f;
86946
86919
  };
86947
86920
  rsaKeyAgreement.prototype.generateClientKeyExchange = function(config, clientHello, cert) { return this.$val.generateClientKeyExchange(config, clientHello, cert); };
86948
86921
  sha1Hash = function(slices) {
@@ -98073,7 +98046,7 @@ $packages["vendor/golang.org/x/net/http2/hpack"] = (function() {
98073
98046
  return $pkg;
98074
98047
  })();
98075
98048
  $packages["net/http"] = (function() {
98076
- var $pkg = {}, $init, bufio, bytes, gzip, list, context, rand, tls, base64, binary, errors, fmt, io, fs, ioutil, log, math, rand$1, mime, multipart, net, httptrace, internal, textproto, url, os, path, filepath, reflect, runtime, sort, strconv, strings, sync, atomic, js, time, utf8, httpguts, httpproxy, hpack, idna, Cookie, SameSite, http2dataBuffer, http2ErrCode, http2ConnectionError, http2StreamError, http2goAwayFlowError, http2connError, http2pseudoHeaderError, http2duplicatePseudoHeaderError, http2headerFieldNameError, http2headerFieldValueError, http2flow, http2FrameType, http2Flags, http2FrameHeader, http2Frame, http2Framer, http2frameCache, http2DataFrame, http2SettingsFrame, http2PingFrame, http2GoAwayFrame, http2UnknownFrame, http2WindowUpdateFrame, http2HeadersFrame, http2HeadersFrameParam, http2PriorityFrame, http2PriorityParam, http2RSTStreamFrame, http2ContinuationFrame, http2PushPromiseFrame, http2PushPromiseParam, http2MetaHeadersFrame, http2goroutineLock, http2streamState, http2Setting, http2SettingID, http2gate, http2closeWaiter, http2bufferedWriter, http2connectionStater, http2sorter, http2incomparable, http2pipe, http2pipeBuffer, http2Server, http2serverInternalState, http2ServeConnOpts, http2serverConn, http2stream, http2readFrameResult, http2frameWriteResult, http2serverMessage, http2requestParam, http2bodyReadMsg, http2requestBody, http2responseWriter, http2responseWriterState, http2chunkWriter, http2startPushRequest, http2writeFramer, http2writeContext, http2flushFrameWriter, http2writeSettings, http2writeGoAway, http2writeData, http2handlerPanicRST, http2writePingAck, http2writeSettingsAck, http2writeResHeaders, http2writePushPromise, http2write100ContinueHeadersFrame, http2writeWindowUpdate, http2WriteScheduler, http2OpenStreamOptions, http2FrameWriteRequest, http2writeQueue, http2writeQueuePool, http2PriorityWriteSchedulerConfig, http2priorityNodeState, http2priorityNode, http2sortPriorityNodeSiblings, http2priorityWriteScheduler, http2randomWriteScheduler, Header, stringWriter, keyValues, headerSorter, incomparable, contextKey, noBody, PushOptions, ProtocolError, Request, requestBodyReadError, maxBytesReader, Response, Handler, ResponseWriter, conn, chunkWriter, response, atomicBool, writerOnly, readResult, connReader, expectContinueReader, extraHeader, closeWriter, statusError, HandlerFunc, redirectHandler, ServeMux, muxEntry, Server, ConnState, serverHandler, onceCloseListener, globalOptionsHandler, initALPNRequest, loggingConn, checkConnErrorWriter, sniffSig, exactSig, maskedSig, htmlSig, mp4Sig, textSig, errorReader, byteReader, transferWriter, transferReader, unsupportedTEError, body, bodyLocked, finishAsyncByteRead, bufioFlushWriter, readTrackingBody, baseContexter, I, requestTooLarger, ptrType, sliceType, sliceType$1, ptrType$1, sliceType$2, sliceType$3, sliceType$4, ptrType$4, funcType, arrayType, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, chanType, ptrType$11, sliceType$5, sliceType$6, sliceType$7, ptrType$15, ptrType$17, ptrType$18, ptrType$19, ptrType$20, ptrType$21, structType, ptrType$24, ptrType$26, sliceType$9, ptrType$27, sliceType$10, ptrType$28, arrayType$1, ptrType$34, ptrType$35, ptrType$36, arrayType$3, ptrType$37, ptrType$38, ptrType$39, arrayType$4, sliceType$15, ptrType$40, ptrType$41, ptrType$42, ptrType$43, ptrType$44, ptrType$45, ptrType$46, ptrType$47, ptrType$48, ptrType$49, ptrType$50, ptrType$51, ptrType$52, sliceType$16, sliceType$17, ptrType$53, arrayType$5, sliceType$18, sliceType$19, ptrType$54, ptrType$55, sliceType$20, ptrType$56, ptrType$57, ptrType$58, ptrType$59, sliceType$21, sliceType$22, ptrType$60, ptrType$61, funcType$1, ptrType$62, ptrType$63, ptrType$64, ptrType$65, ptrType$66, ptrType$67, ptrType$68, ptrType$69, ptrType$70, ptrType$71, ptrType$72, ptrType$74, ptrType$75, sliceType$23, ptrType$76, sliceType$24, ptrType$80, ptrType$81, ptrType$82, sliceType$25, ptrType$83, ptrType$84, ptrType$85, ptrType$86, ptrType$87, ptrType$88, ptrType$89, ptrType$90, arrayType$6, sliceType$26, structType$1, ptrType$91, ptrType$92, ptrType$93, structType$2, ptrType$94, ptrType$95, ptrType$96, ptrType$97, arrayType$7, arrayType$8, sliceType$27, ptrType$98, ptrType$99, ptrType$100, ptrType$101, arrayType$9, ptrType$102, ptrType$105, ptrType$106, ptrType$107, ptrType$108, funcType$2, funcType$3, chanType$2, ptrType$117, ptrType$118, funcType$6, funcType$7, ptrType$119, chanType$3, funcType$8, mapType$5, funcType$9, chanType$4, chanType$5, chanType$6, chanType$7, chanType$8, mapType$6, mapType$7, chanType$9, chanType$10, ptrType$123, funcType$12, ptrType$124, funcType$13, ptrType$125, mapType$10, ptrType$126, mapType$11, mapType$12, ptrType$127, ptrType$128, funcType$14, ptrType$131, ptrType$132, ptrType$133, mapType$13, funcType$15, mapType$14, funcType$16, funcType$17, funcType$18, mapType$15, mapType$16, ptrType$135, ptrType$136, ptrType$137, ptrType$138, ptrType$141, chanType$12, ptrType$142, cookieNameSanitizer, errSeeker, errNoOverlap, unixEpochTime, errMissingSeek, errMissingReadDir, http2dataChunkSizeClasses, http2dataChunkPools, http2errReadEmpty, http2errCodeName, http2errMixPseudoHeaderTypes, http2errPseudoAfterRegular, http2padZeros, http2frameName, http2flagName, http2frameParsers, http2fhBytes, http2ErrFrameTooLarge, http2errStreamID, http2errDepStreamID, http2errPadLength, http2errPadBytes, http2DebugGoroutines, http2goroutineSpace, http2littleBuf, http2commonBuildOnce, http2commonLowerHeader, http2commonCanonHeader, http2VerboseLogs, http2logFrameWrites, http2logFrameReads, http2inTests, http2clientPreface, http2stateName, http2settingName, http2bufWriterPool, http2sorterPool, http2errClosedPipeWrite, http2errClientDisconnected, http2errClosedBody, http2errHandlerComplete, http2errStreamClosed, http2responseWriterStatePool, http2testHookOnConn, http2testHookGetServerConn, http2testHookOnPanicMu, http2testHookOnPanic, http2settingsTimerMsg, http2idleTimerMsg, http2shutdownTimerMsg, http2gracefulShutdownMsg, http2errPrefaceTimeout, http2errChanPool, http2writeDataPool, http2errHandlerPanicked, http2goAwayTimeout, http2ErrRecursivePush, http2ErrPushLimitReached, http2connHeaders, http2errClientConnClosed, http2errClientConnUnusable, http2errClientConnGotGoAway, http2errRequestCanceled, http2errStopReqBodyWrite, http2errStopReqBodyWriteAndCancel, http2errReqBodyTooLong, http2errClosedResponseBody, http2errResponseHeaderListSize, http2errRequestHeaderListSize, http2noBody, headerNewlineToSpace, headerSorterPool, aLongTimeAgo, omitBundledHTTP2, reqWriteExcludeHeader, multipartByReader, errMissingHost, textprotoReaderPool, respExcludeHeader, uint8Array, useFakeNetwork, errClosed, crlf, colonSpace, bufioReaderPool, bufioWriter2kPool, bufioWriter2kPool$24ptr, bufioWriter4kPool, bufioWriter4kPool$24ptr, copyBufPool, errTooLarge, extraHeaderKeys, headerContentLength, headerDate, htmlReplacer, defaultServeMux, defaultServeMux$24ptr, stateName, testHookServerServe, uniqNameMu, uniqNameNext, sniffSignatures, mp4ftype, mp4, socksaLongTimeAgo, statusText, suppressedHeaders304, suppressedHeadersNoBody, singleCRLF, doubleCRLF, errTrailerEOF, nopCloserType, errCannotRewind, errKeepAlivesDisabled, errConnBroken, errCloseIdle, errTooManyIdle, errTooManyIdleHost, errCloseIdleConns, errReadLoopExiting, errIdleConnTimeout, errServerClosedIdle, errCallerOwnsConn, errRequestCanceledConn, errReadOnClosedResBody, _r, x$1, x$2, _r$1, basicAuth, cloneURLValues, cloneURL, cloneMultipartForm, cloneMultipartFileHeader, readSetCookies, readCookies, validCookieDomain, validCookieExpires, isCookieDomainName, sanitizeCookieName, sanitizeCookieValue, validCookieValueByte, sanitizeCookiePath, validCookiePathByte, sanitizeOrWarn, parseCookieValue, isCookieNameValid, http2isBadCipher, http2getDataBufferChunk, http2putDataBufferChunk, http2streamError, http2typeFrameParser, http2readFrameHeader, http2NewFramer, http2terminalReadFrameError, http2parseDataFrame, http2validStreamIDOrZero, http2validStreamID, http2parseSettingsFrame, http2parsePingFrame, http2parseGoAwayFrame, http2parseUnknownFrame, http2parseWindowUpdateFrame, http2parseHeadersFrame, http2parsePriorityFrame, http2parseRSTStreamFrame, http2parseContinuationFrame, http2parsePushPromise, http2readByte, http2readUint32, http2summarizeFrame, http2newGoroutineLock, http2curGoroutineID, http2parseUintBytes, http2cutoff64, http2buildCommonHeaderMapsOnce, http2buildCommonHeaderMaps, http2lowerHeader, init, http2validWireHeaderFieldName, http2httpCodeString, http2newBufferedWriter, http2bodyAllowedForStatus, http2ConfigureServer, http2serverConnBaseContext, http2errno, http2isClosedConnError, http2checkPriority, http2handleHeaderListTooLong, http2checkWriteHeaderCode, http2cloneHeader, http2foreachHeaderElement, http2checkValidHTTP2RequestHeaders, http2new400Handler, http2h1ServerKeepAlivesDisabled, http2strSliceContains, http2writeEndsStream, http2splitHeaderBlock, http2encKV, http2encodeHeaders, http2NewPriorityWriteScheduler, http2NewRandomWriteScheduler, CanonicalHeaderKey, hasToken, isTokenBoundary, isNotToken, isASCII, stringContainsCTLByte, hexEscapeNonASCII, badStringError, valueOrDefault, idnaASCII, cleanHost, removeZone, ParseHTTPVersion, validMethod, parseBasicAuth, parseRequestLine, newTextprotoReader, putTextprotoReader, readRequest, MaxBytesReader, copyValues, parsePostForm, requestMethodUsuallyLacksBody, fixPragmaCacheControl, isProtocolSwitchResponse, isProtocolSwitchHeader, bufioWriterPool, newBufioReader, putBufioReader, newBufioWriterSize, putBufioWriter, appendTime, http1ServerSupportsRequest, checkWriteHeaderCode, relevantCaller, foreachHeaderElement, writeStatusLine, validNextProto, badRequestError, isCommonNetReadError, registerOnHitEOF, requestBodyRemains, Error, NotFound, NotFoundHandler, Redirect, htmlEscape, RedirectHandler, cleanPath, stripHostPort, appendSorted, newLoggingConn, numLeadingCRorLF, strSliceContains, tlsRecordHeaderLooksLikeHTTP, DetectContentType, isWS, isTT, StatusText, newTransferWriter, noResponseBodyExpected, bodyAllowedForStatus, suppressedHeaders, readTransfer, chunked, isIdentity, isUnsupportedTEError, fixLength, shouldClose, fixTrailer, seeUpcomingDoubleCRLF, mergeSetHeader, parseContentLength, isKnownInMemoryReader, cloneTLSConfig;
98049
+ var $pkg = {}, $init, bufio, bytes, gzip, list, context, rand, tls, base64, binary, errors, fmt, io, fs, ioutil, log, math, rand$1, mime, multipart, net, httptrace, internal, textproto, url, os, path, filepath, reflect, runtime, sort, strconv, strings, sync, atomic, js, time, utf8, httpguts, httpproxy, hpack, idna, Cookie, SameSite, http2dataBuffer, http2ErrCode, http2ConnectionError, http2StreamError, http2goAwayFlowError, http2connError, http2pseudoHeaderError, http2duplicatePseudoHeaderError, http2headerFieldNameError, http2headerFieldValueError, http2flow, http2FrameType, http2Flags, http2FrameHeader, http2Frame, http2Framer, http2frameCache, http2DataFrame, http2SettingsFrame, http2PingFrame, http2GoAwayFrame, http2UnknownFrame, http2WindowUpdateFrame, http2HeadersFrame, http2HeadersFrameParam, http2PriorityFrame, http2PriorityParam, http2RSTStreamFrame, http2ContinuationFrame, http2PushPromiseFrame, http2PushPromiseParam, http2MetaHeadersFrame, http2goroutineLock, http2streamState, http2Setting, http2SettingID, http2gate, http2closeWaiter, http2bufferedWriter, http2connectionStater, http2sorter, http2incomparable, http2pipe, http2pipeBuffer, http2Server, http2serverInternalState, http2ServeConnOpts, http2serverConn, http2stream, http2readFrameResult, http2frameWriteResult, http2serverMessage, http2requestParam, http2bodyReadMsg, http2requestBody, http2responseWriter, http2responseWriterState, http2chunkWriter, http2startPushRequest, http2writeFramer, http2writeContext, http2flushFrameWriter, http2writeSettings, http2writeGoAway, http2writeData, http2handlerPanicRST, http2writePingAck, http2writeSettingsAck, http2writeResHeaders, http2writePushPromise, http2write100ContinueHeadersFrame, http2writeWindowUpdate, http2WriteScheduler, http2OpenStreamOptions, http2FrameWriteRequest, http2writeQueue, http2writeQueuePool, http2PriorityWriteSchedulerConfig, http2priorityNodeState, http2priorityNode, http2sortPriorityNodeSiblings, http2priorityWriteScheduler, http2randomWriteScheduler, Header, stringWriter, keyValues, headerSorter, incomparable, contextKey, noBody, PushOptions, ProtocolError, Request, requestBodyReadError, maxBytesReader, Response, Handler, ResponseWriter, conn, chunkWriter, response, atomicBool, writerOnly, readResult, connReader, expectContinueReader, extraHeader, closeWriter, statusError, HandlerFunc, redirectHandler, ServeMux, muxEntry, Server, ConnState, serverHandler, onceCloseListener, globalOptionsHandler, initALPNRequest, loggingConn, checkConnErrorWriter, sniffSig, exactSig, maskedSig, htmlSig, mp4Sig, textSig, errorReader, byteReader, transferWriter, transferReader, unsupportedTEError, body, bodyLocked, finishAsyncByteRead, bufioFlushWriter, readTrackingBody, baseContexter, I, requestTooLarger, ptrType, sliceType, sliceType$1, ptrType$1, sliceType$2, sliceType$3, sliceType$4, ptrType$4, funcType, arrayType, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, chanType, ptrType$11, sliceType$5, sliceType$6, sliceType$7, ptrType$15, ptrType$17, ptrType$18, ptrType$19, ptrType$20, ptrType$21, structType, ptrType$24, ptrType$26, sliceType$9, ptrType$27, sliceType$10, ptrType$28, arrayType$1, ptrType$34, ptrType$35, ptrType$36, arrayType$3, ptrType$37, ptrType$38, ptrType$39, arrayType$4, sliceType$15, ptrType$40, ptrType$41, ptrType$42, ptrType$43, ptrType$44, ptrType$45, ptrType$46, ptrType$47, ptrType$48, ptrType$49, ptrType$50, ptrType$51, ptrType$52, sliceType$16, sliceType$17, ptrType$53, arrayType$5, sliceType$18, sliceType$19, ptrType$54, ptrType$55, sliceType$20, ptrType$56, ptrType$57, ptrType$58, ptrType$59, sliceType$21, sliceType$22, ptrType$60, ptrType$61, funcType$1, ptrType$62, ptrType$63, ptrType$64, ptrType$65, ptrType$66, ptrType$67, ptrType$68, ptrType$69, ptrType$70, ptrType$71, ptrType$72, ptrType$73, ptrType$76, ptrType$77, sliceType$23, ptrType$78, arrayType$6, sliceType$24, ptrType$81, ptrType$82, ptrType$83, sliceType$25, ptrType$84, ptrType$85, ptrType$86, ptrType$87, ptrType$88, ptrType$89, ptrType$90, ptrType$91, sliceType$26, structType$1, ptrType$92, ptrType$93, ptrType$94, structType$2, ptrType$95, ptrType$96, ptrType$97, ptrType$98, arrayType$7, arrayType$8, sliceType$27, ptrType$99, ptrType$100, ptrType$101, arrayType$9, ptrType$102, ptrType$105, ptrType$106, ptrType$107, ptrType$108, funcType$2, funcType$3, chanType$2, ptrType$117, ptrType$118, funcType$6, funcType$7, ptrType$119, chanType$3, funcType$8, mapType$5, funcType$9, chanType$4, chanType$5, chanType$6, chanType$7, chanType$8, mapType$6, mapType$7, chanType$9, chanType$10, ptrType$123, funcType$12, ptrType$124, funcType$13, ptrType$125, mapType$10, ptrType$126, mapType$11, mapType$12, ptrType$127, ptrType$128, funcType$14, ptrType$131, ptrType$132, ptrType$133, mapType$13, funcType$15, mapType$14, funcType$16, funcType$17, funcType$18, mapType$15, mapType$16, ptrType$135, ptrType$136, ptrType$137, ptrType$138, ptrType$141, chanType$11, ptrType$142, cookieNameSanitizer, errSeeker, errNoOverlap, unixEpochTime, errMissingSeek, errMissingReadDir, http2dataChunkSizeClasses, http2dataChunkPools, http2errReadEmpty, http2errCodeName, http2errFromPeer, http2errMixPseudoHeaderTypes, http2errPseudoAfterRegular, http2padZeros, http2frameName, http2flagName, http2frameParsers, http2fhBytes, http2ErrFrameTooLarge, http2errStreamID, http2errDepStreamID, http2errPadLength, http2errPadBytes, http2DebugGoroutines, http2goroutineSpace, http2littleBuf, http2commonBuildOnce, http2commonLowerHeader, http2commonCanonHeader, http2VerboseLogs, http2logFrameWrites, http2logFrameReads, http2inTests, http2clientPreface, http2stateName, http2settingName, http2bufWriterPool, http2sorterPool, http2errClosedPipeWrite, http2errClientDisconnected, http2errClosedBody, http2errHandlerComplete, http2errStreamClosed, http2responseWriterStatePool, http2testHookOnConn, http2testHookGetServerConn, http2testHookOnPanicMu, http2testHookOnPanic, http2settingsTimerMsg, http2idleTimerMsg, http2shutdownTimerMsg, http2gracefulShutdownMsg, http2errPrefaceTimeout, http2errChanPool, http2writeDataPool, http2errHandlerPanicked, http2goAwayTimeout, http2ErrRecursivePush, http2ErrPushLimitReached, http2connHeaders, http2errClientConnClosed, http2errClientConnUnusable, http2errClientConnGotGoAway, http2errRequestCanceled, http2errStopReqBodyWrite, http2errStopReqBodyWriteAndCancel, http2errReqBodyTooLong, http2errNilRequestURL, http2errClosedResponseBody, http2errResponseHeaderListSize, http2errRequestHeaderListSize, http2noBody, headerNewlineToSpace, headerSorterPool, aLongTimeAgo, omitBundledHTTP2, reqWriteExcludeHeader, multipartByReader, errMissingHost, textprotoReaderPool, respExcludeHeader, uint8Array, useFakeNetwork, errClosed, crlf, colonSpace, bufioReaderPool, bufioWriter2kPool, bufioWriter2kPool$24ptr, bufioWriter4kPool, bufioWriter4kPool$24ptr, copyBufPool, errTooLarge, extraHeaderKeys, headerContentLength, headerDate, htmlReplacer, defaultServeMux, defaultServeMux$24ptr, stateName, testHookServerServe, uniqNameMu, uniqNameNext, sniffSignatures, mp4ftype, mp4, socksaLongTimeAgo, statusText, suppressedHeaders304, suppressedHeadersNoBody, singleCRLF, doubleCRLF, errTrailerEOF, nopCloserType, errCannotRewind, errKeepAlivesDisabled, errConnBroken, errCloseIdle, errTooManyIdle, errTooManyIdleHost, errCloseIdleConns, errReadLoopExiting, errIdleConnTimeout, errServerClosedIdle, errCallerOwnsConn, errRequestCanceledConn, errReadOnClosedResBody, _r, x$1, x$2, _r$1, basicAuth, cloneURLValues, cloneURL, cloneMultipartForm, cloneMultipartFileHeader, readSetCookies, readCookies, validCookieDomain, validCookieExpires, isCookieDomainName, sanitizeCookieName, sanitizeCookieValue, validCookieValueByte, sanitizeCookiePath, validCookiePathByte, sanitizeOrWarn, parseCookieValue, isCookieNameValid, http2asciiEqualFold, http2lower, http2isASCIIPrint, http2asciiToLower, http2isBadCipher, http2getDataBufferChunk, http2putDataBufferChunk, http2streamError, http2typeFrameParser, http2readFrameHeader, http2NewFramer, http2terminalReadFrameError, http2parseDataFrame, http2validStreamIDOrZero, http2validStreamID, http2parseSettingsFrame, http2parsePingFrame, http2parseGoAwayFrame, http2parseUnknownFrame, http2parseWindowUpdateFrame, http2parseHeadersFrame, http2parsePriorityFrame, http2parseRSTStreamFrame, http2parseContinuationFrame, http2parsePushPromise, http2readByte, http2readUint32, http2summarizeFrame, http2newGoroutineLock, http2curGoroutineID, http2parseUintBytes, http2cutoff64, http2buildCommonHeaderMapsOnce, http2buildCommonHeaderMaps, http2lowerHeader, init, http2validWireHeaderFieldName, http2httpCodeString, http2newBufferedWriter, http2bodyAllowedForStatus, http2ConfigureServer, http2serverConnBaseContext, http2errno, http2isClosedConnError, http2checkPriority, http2handleHeaderListTooLong, http2checkWriteHeaderCode, http2cloneHeader, http2foreachHeaderElement, http2checkValidHTTP2RequestHeaders, http2new400Handler, http2h1ServerKeepAlivesDisabled, http2strSliceContains, http2writeEndsStream, http2splitHeaderBlock, http2encKV, http2encodeHeaders, http2NewPriorityWriteScheduler, http2NewRandomWriteScheduler, CanonicalHeaderKey, hasToken, isTokenBoundary, isNotToken, isASCII, stringContainsCTLByte, hexEscapeNonASCII, badStringError, valueOrDefault, idnaASCII, cleanHost, removeZone, ParseHTTPVersion, validMethod, parseBasicAuth, parseRequestLine, newTextprotoReader, putTextprotoReader, readRequest, MaxBytesReader, copyValues, parsePostForm, requestMethodUsuallyLacksBody, fixPragmaCacheControl, isProtocolSwitchResponse, isProtocolSwitchHeader, bufioWriterPool, newBufioReader, putBufioReader, newBufioWriterSize, putBufioWriter, appendTime, http1ServerSupportsRequest, checkWriteHeaderCode, relevantCaller, foreachHeaderElement, writeStatusLine, validNextProto, badRequestError, isCommonNetReadError, registerOnHitEOF, requestBodyRemains, Error, NotFound, NotFoundHandler, Redirect, htmlEscape, RedirectHandler, cleanPath, stripHostPort, appendSorted, newLoggingConn, numLeadingCRorLF, strSliceContains, tlsRecordHeaderLooksLikeHTTP, DetectContentType, isWS, isTT, StatusText, newTransferWriter, noResponseBodyExpected, bodyAllowedForStatus, suppressedHeaders, readTransfer, chunked, isIdentity, isUnsupportedTEError, fixLength, shouldClose, fixTrailer, seeUpcomingDoubleCRLF, mergeSetHeader, parseContentLength, isKnownInMemoryReader, cloneTLSConfig;
98077
98050
  bufio = $packages["bufio"];
98078
98051
  bytes = $packages["bytes"];
98079
98052
  gzip = $packages["compress/gzip"];
@@ -99015,10 +98988,10 @@ $packages["net/http"] = (function() {
99015
98988
  this.state = 0;
99016
98989
  this.bytes = new $Int64(0, 0);
99017
98990
  this.subtreeBytes = new $Int64(0, 0);
99018
- this.parent = ptrType$82.nil;
99019
- this.kids = ptrType$82.nil;
99020
- this.prev = ptrType$82.nil;
99021
- this.next = ptrType$82.nil;
98991
+ this.parent = ptrType$83.nil;
98992
+ this.kids = ptrType$83.nil;
98993
+ this.prev = ptrType$83.nil;
98994
+ this.next = ptrType$83.nil;
99022
98995
  return;
99023
98996
  }
99024
98997
  this.q = q_;
@@ -99036,7 +99009,7 @@ $packages["net/http"] = (function() {
99036
99009
  http2priorityWriteScheduler = $pkg.http2priorityWriteScheduler = $newType(0, $kindStruct, "http.http2priorityWriteScheduler", true, "net/http", false, function(root_, nodes_, maxID_, closedNodes_, idleNodes_, maxClosedNodesInTree_, maxIdleNodesInTree_, writeThrottleLimit_, enableWriteThrottle_, tmp_, queuePool_) {
99037
99010
  this.$val = this;
99038
99011
  if (arguments.length === 0) {
99039
- this.root = new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
99012
+ this.root = new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
99040
99013
  this.nodes = false;
99041
99014
  this.maxID = 0;
99042
99015
  this.closedNodes = sliceType$25.nil;
@@ -99250,8 +99223,8 @@ $packages["net/http"] = (function() {
99250
99223
  this.remoteAddr = "";
99251
99224
  this.tlsState = ptrType$21.nil;
99252
99225
  this.werr = $ifaceNil;
99253
- this.r = ptrType$93.nil;
99254
- this.bufr = ptrType$75.nil;
99226
+ this.r = ptrType$94.nil;
99227
+ this.bufr = ptrType$77.nil;
99255
99228
  this.bufw = ptrType$9.nil;
99256
99229
  this.lastMethod = "";
99257
99230
  this.curReq = new atomic.Value.ptr($ifaceNil);
@@ -99278,7 +99251,7 @@ $packages["net/http"] = (function() {
99278
99251
  chunkWriter = $pkg.chunkWriter = $newType(0, $kindStruct, "http.chunkWriter", true, "net/http", false, function(res_, header_, wroteHeader_, chunking_) {
99279
99252
  this.$val = this;
99280
99253
  if (arguments.length === 0) {
99281
- this.res = ptrType$94.nil;
99254
+ this.res = ptrType$95.nil;
99282
99255
  this.header = false;
99283
99256
  this.wroteHeader = false;
99284
99257
  this.chunking = false;
@@ -99292,7 +99265,7 @@ $packages["net/http"] = (function() {
99292
99265
  response = $pkg.response = $newType(0, $kindStruct, "http.response", true, "net/http", false, function(conn_, req_, reqBody_, cancelCtx_, wroteHeader_, wroteContinue_, wants10KeepAlive_, wantsClose_, canWriteContinue_, writeContinueMu_, w_, cw_, handlerHeader_, calledHeader_, written_, contentLength_, status_, closeAfterReply_, requestBodyLimitHit_, trailers_, handlerDone_, dateBuf_, clenBuf_, statusBuf_, closeNotifyCh_, didCloseNotify_) {
99293
99266
  this.$val = this;
99294
99267
  if (arguments.length === 0) {
99295
- this.conn = ptrType$97.nil;
99268
+ this.conn = ptrType$98.nil;
99296
99269
  this.req = ptrType$6.nil;
99297
99270
  this.reqBody = $ifaceNil;
99298
99271
  this.cancelCtx = $throwNilPointerError;
@@ -99303,7 +99276,7 @@ $packages["net/http"] = (function() {
99303
99276
  this.canWriteContinue = 0;
99304
99277
  this.writeContinueMu = new sync.Mutex.ptr(0, 0);
99305
99278
  this.w = ptrType$9.nil;
99306
- this.cw = new chunkWriter.ptr(ptrType$94.nil, false, false, false);
99279
+ this.cw = new chunkWriter.ptr(ptrType$95.nil, false, false, false);
99307
99280
  this.handlerHeader = false;
99308
99281
  this.calledHeader = false;
99309
99282
  this.written = new $Int64(0, 0);
@@ -99373,11 +99346,11 @@ $packages["net/http"] = (function() {
99373
99346
  connReader = $pkg.connReader = $newType(0, $kindStruct, "http.connReader", true, "net/http", false, function(conn_, mu_, hasByte_, byteBuf_, cond_, inRead_, aborted_, remain_) {
99374
99347
  this.$val = this;
99375
99348
  if (arguments.length === 0) {
99376
- this.conn = ptrType$97.nil;
99349
+ this.conn = ptrType$98.nil;
99377
99350
  this.mu = new sync.Mutex.ptr(0, 0);
99378
99351
  this.hasByte = false;
99379
99352
  this.byteBuf = arrayType$6.zero();
99380
- this.cond = ptrType$74.nil;
99353
+ this.cond = ptrType$73.nil;
99381
99354
  this.inRead = false;
99382
99355
  this.aborted = false;
99383
99356
  this.remain = new $Int64(0, 0);
@@ -99395,7 +99368,7 @@ $packages["net/http"] = (function() {
99395
99368
  expectContinueReader = $pkg.expectContinueReader = $newType(0, $kindStruct, "http.expectContinueReader", true, "net/http", false, function(resp_, readCloser_, closed_, sawEOF_) {
99396
99369
  this.$val = this;
99397
99370
  if (arguments.length === 0) {
99398
- this.resp = ptrType$94.nil;
99371
+ this.resp = ptrType$95.nil;
99399
99372
  this.readCloser = $ifaceNil;
99400
99373
  this.closed = 0;
99401
99374
  this.sawEOF = 0;
@@ -99549,7 +99522,7 @@ $packages["net/http"] = (function() {
99549
99522
  this.$val = this;
99550
99523
  if (arguments.length === 0) {
99551
99524
  this.ctx = $ifaceNil;
99552
- this.c = ptrType$101.nil;
99525
+ this.c = ptrType$76.nil;
99553
99526
  this.h = new serverHandler.ptr(ptrType$51.nil);
99554
99527
  return;
99555
99528
  }
@@ -99570,7 +99543,7 @@ $packages["net/http"] = (function() {
99570
99543
  checkConnErrorWriter = $pkg.checkConnErrorWriter = $newType(0, $kindStruct, "http.checkConnErrorWriter", true, "net/http", false, function(c_) {
99571
99544
  this.$val = this;
99572
99545
  if (arguments.length === 0) {
99573
- this.c = ptrType$97.nil;
99546
+ this.c = ptrType$98.nil;
99574
99547
  return;
99575
99548
  }
99576
99549
  this.c = c_;
@@ -99702,7 +99675,7 @@ $packages["net/http"] = (function() {
99702
99675
  if (arguments.length === 0) {
99703
99676
  this.src = $ifaceNil;
99704
99677
  this.hdr = $ifaceNil;
99705
- this.r = ptrType$75.nil;
99678
+ this.r = ptrType$77.nil;
99706
99679
  this.closing = false;
99707
99680
  this.doEarlyClose = false;
99708
99681
  this.mu = new sync.Mutex.ptr(0, 0);
@@ -99726,7 +99699,7 @@ $packages["net/http"] = (function() {
99726
99699
  bodyLocked = $pkg.bodyLocked = $newType(0, $kindStruct, "http.bodyLocked", true, "net/http", false, function(b_) {
99727
99700
  this.$val = this;
99728
99701
  if (arguments.length === 0) {
99729
- this.b = ptrType$96.nil;
99702
+ this.b = ptrType$97.nil;
99730
99703
  return;
99731
99704
  }
99732
99705
  this.b = b_;
@@ -99848,41 +99821,41 @@ $packages["net/http"] = (function() {
99848
99821
  ptrType$70 = $ptrType(http2responseWriterState);
99849
99822
  ptrType$71 = $ptrType(http2sorter);
99850
99823
  ptrType$72 = $ptrType(PushOptions);
99851
- ptrType$74 = $ptrType(sync.Cond);
99852
- ptrType$75 = $ptrType(bufio.Reader);
99824
+ ptrType$73 = $ptrType(sync.Cond);
99825
+ ptrType$76 = $ptrType(tls.Conn);
99826
+ ptrType$77 = $ptrType(bufio.Reader);
99853
99827
  sliceType$23 = $sliceType(http2Setting);
99854
- ptrType$76 = $ptrType(Header);
99855
- sliceType$24 = $sliceType(http2FrameWriteRequest);
99856
- ptrType$80 = $ptrType(http2writeQueue);
99857
- ptrType$81 = $ptrType(http2PriorityWriteSchedulerConfig);
99858
- ptrType$82 = $ptrType(http2priorityNode);
99859
- sliceType$25 = $sliceType(ptrType$82);
99860
- ptrType$83 = $ptrType(http2writeQueuePool);
99861
- ptrType$84 = $ptrType(sliceType$25);
99862
- ptrType$85 = $ptrType(headerSorter);
99863
- ptrType$86 = $ptrType(multipart.Reader);
99864
- ptrType$87 = $ptrType(bytes.Reader);
99865
- ptrType$88 = $ptrType(strings.Reader);
99866
- ptrType$89 = $ptrType(textproto.Reader);
99867
- ptrType$90 = $ptrType(maxBytesReader);
99828
+ ptrType$78 = $ptrType(Header);
99868
99829
  arrayType$6 = $arrayType($Uint8, 1);
99830
+ sliceType$24 = $sliceType(http2FrameWriteRequest);
99831
+ ptrType$81 = $ptrType(http2writeQueue);
99832
+ ptrType$82 = $ptrType(http2PriorityWriteSchedulerConfig);
99833
+ ptrType$83 = $ptrType(http2priorityNode);
99834
+ sliceType$25 = $sliceType(ptrType$83);
99835
+ ptrType$84 = $ptrType(http2writeQueuePool);
99836
+ ptrType$85 = $ptrType(sliceType$25);
99837
+ ptrType$86 = $ptrType(headerSorter);
99838
+ ptrType$87 = $ptrType(multipart.Reader);
99839
+ ptrType$88 = $ptrType(bytes.Reader);
99840
+ ptrType$89 = $ptrType(strings.Reader);
99841
+ ptrType$90 = $ptrType(textproto.Reader);
99842
+ ptrType$91 = $ptrType(maxBytesReader);
99869
99843
  sliceType$26 = $sliceType(io.Reader);
99870
99844
  structType$1 = $structType("", [{prop: "Reader", name: "Reader", embedded: true, exported: true, typ: io.Reader, tag: ""}, {prop: "Closer", name: "Closer", embedded: true, exported: true, typ: io.Closer, tag: ""}]);
99871
- ptrType$91 = $ptrType(bufio.ReadWriter);
99872
- ptrType$92 = $ptrType($Int32);
99873
- ptrType$93 = $ptrType(connReader);
99845
+ ptrType$92 = $ptrType(bufio.ReadWriter);
99846
+ ptrType$93 = $ptrType($Int32);
99847
+ ptrType$94 = $ptrType(connReader);
99874
99848
  structType$2 = $structType("net/http", [{prop: "atomic", name: "atomic", embedded: false, exported: false, typ: $Uint64, tag: ""}]);
99875
- ptrType$94 = $ptrType(response);
99876
- ptrType$95 = $ptrType(sync.Pool);
99877
- ptrType$96 = $ptrType(body);
99878
- ptrType$97 = $ptrType(conn);
99849
+ ptrType$95 = $ptrType(response);
99850
+ ptrType$96 = $ptrType(sync.Pool);
99851
+ ptrType$97 = $ptrType(body);
99852
+ ptrType$98 = $ptrType(conn);
99879
99853
  arrayType$7 = $arrayType($Uint8, 10);
99880
99854
  arrayType$8 = $arrayType($Uint8, 3);
99881
99855
  sliceType$27 = $sliceType($Uintptr);
99882
- ptrType$98 = $ptrType(runtime.Func);
99883
- ptrType$99 = $ptrType(expectContinueReader);
99884
- ptrType$100 = $ptrType($Uint64);
99885
- ptrType$101 = $ptrType(tls.Conn);
99856
+ ptrType$99 = $ptrType(runtime.Func);
99857
+ ptrType$100 = $ptrType(expectContinueReader);
99858
+ ptrType$101 = $ptrType($Uint64);
99886
99859
  arrayType$9 = $arrayType($Uint8, 5);
99887
99860
  ptrType$102 = $ptrType(net.Listener);
99888
99861
  ptrType$105 = $ptrType(transferWriter);
@@ -99913,11 +99886,11 @@ $packages["net/http"] = (function() {
99913
99886
  ptrType$123 = $ptrType(http2writeGoAway);
99914
99887
  funcType$12 = $funcType([], [$Uint32, $error], false);
99915
99888
  ptrType$124 = $ptrType(http2FrameWriteRequest);
99916
- funcType$13 = $funcType([ptrType$82, $Bool], [$Bool], false);
99889
+ funcType$13 = $funcType([ptrType$83, $Bool], [$Bool], false);
99917
99890
  ptrType$125 = $ptrType(http2priorityWriteScheduler);
99918
- mapType$10 = $mapType($Uint32, ptrType$82);
99891
+ mapType$10 = $mapType($Uint32, ptrType$83);
99919
99892
  ptrType$126 = $ptrType(http2randomWriteScheduler);
99920
- mapType$11 = $mapType($Uint32, ptrType$80);
99893
+ mapType$11 = $mapType($Uint32, ptrType$81);
99921
99894
  mapType$12 = $mapType($String, $Bool);
99922
99895
  ptrType$127 = $ptrType(contextKey);
99923
99896
  ptrType$128 = $ptrType(ProtocolError);
@@ -99926,19 +99899,19 @@ $packages["net/http"] = (function() {
99926
99899
  ptrType$132 = $ptrType(redirectHandler);
99927
99900
  ptrType$133 = $ptrType(ServeMux);
99928
99901
  mapType$13 = $mapType($String, muxEntry);
99929
- funcType$15 = $funcType([ptrType$51, ptrType$101, Handler], [], false);
99902
+ funcType$15 = $funcType([ptrType$51, ptrType$76, Handler], [], false);
99930
99903
  mapType$14 = $mapType($String, funcType$15);
99931
99904
  funcType$16 = $funcType([net.Conn, ConnState], [], false);
99932
99905
  funcType$17 = $funcType([net.Listener], [context.Context], false);
99933
99906
  funcType$18 = $funcType([context.Context, net.Conn], [context.Context], false);
99934
99907
  mapType$15 = $mapType(ptrType$102, structType);
99935
- mapType$16 = $mapType(ptrType$97, structType);
99908
+ mapType$16 = $mapType(ptrType$98, structType);
99936
99909
  ptrType$135 = $ptrType(onceCloseListener);
99937
99910
  ptrType$136 = $ptrType(loggingConn);
99938
99911
  ptrType$137 = $ptrType(exactSig);
99939
99912
  ptrType$138 = $ptrType(maskedSig);
99940
99913
  ptrType$141 = $ptrType(byteReader);
99941
- chanType$12 = $chanType(readResult, false, false);
99914
+ chanType$11 = $chanType(readResult, false, false);
99942
99915
  ptrType$142 = $ptrType(transferReader);
99943
99916
  basicAuth = function(username, password) {
99944
99917
  var auth, password, username;
@@ -100494,6 +100467,60 @@ $packages["net/http"] = (function() {
100494
100467
  $s = -1; return _r$2 < 0;
100495
100468
  /* */ } return; } if ($f === undefined) { $f = { $blk: isCookieNameValid }; } $f._r$2 = _r$2; $f.raw = raw; $f.$s = $s; $f.$r = $r; return $f;
100496
100469
  };
100470
+ http2asciiEqualFold = function(s, t) {
100471
+ var i, s, t;
100472
+ if (!((s.length === t.length))) {
100473
+ return false;
100474
+ }
100475
+ i = 0;
100476
+ while (true) {
100477
+ if (!(i < s.length)) { break; }
100478
+ if (!((http2lower(s.charCodeAt(i)) === http2lower(t.charCodeAt(i))))) {
100479
+ return false;
100480
+ }
100481
+ i = i + (1) >> 0;
100482
+ }
100483
+ return true;
100484
+ };
100485
+ http2lower = function(b) {
100486
+ var b;
100487
+ if (65 <= b && b <= 90) {
100488
+ return b + 32 << 24 >>> 24;
100489
+ }
100490
+ return b;
100491
+ };
100492
+ http2isASCIIPrint = function(s) {
100493
+ var i, s;
100494
+ i = 0;
100495
+ while (true) {
100496
+ if (!(i < s.length)) { break; }
100497
+ if (s.charCodeAt(i) < 32 || s.charCodeAt(i) > 126) {
100498
+ return false;
100499
+ }
100500
+ i = i + (1) >> 0;
100501
+ }
100502
+ return true;
100503
+ };
100504
+ http2asciiToLower = function(s) {
100505
+ var _r$2, _tmp, _tmp$1, _tmp$2, _tmp$3, lower, ok, s, $s, $r;
100506
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; lower = $f.lower; ok = $f.ok; s = $f.s; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
100507
+ lower = "";
100508
+ ok = false;
100509
+ if (!http2isASCIIPrint(s)) {
100510
+ _tmp = "";
100511
+ _tmp$1 = false;
100512
+ lower = _tmp;
100513
+ ok = _tmp$1;
100514
+ $s = -1; return [lower, ok];
100515
+ }
100516
+ _r$2 = strings.ToLower(s); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
100517
+ _tmp$2 = _r$2;
100518
+ _tmp$3 = true;
100519
+ lower = _tmp$2;
100520
+ ok = _tmp$3;
100521
+ $s = -1; return [lower, ok];
100522
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2asciiToLower }; } $f._r$2 = _r$2; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tmp$2 = _tmp$2; $f._tmp$3 = _tmp$3; $f.lower = lower; $f.ok = ok; $f.s = s; $f.$s = $s; $f.$r = $r; return $f;
100523
+ };
100497
100524
  http2isBadCipher = function(cipher) {
100498
100525
  var _1, cipher;
100499
100526
  _1 = cipher;
@@ -101574,7 +101601,7 @@ $packages["net/http"] = (function() {
101574
101601
  return [_, err];
101575
101602
  }
101576
101603
  }
101577
- if ((p.$length - ((padLength >> 0)) >> 0) <= 0) {
101604
+ if ((p.$length - ((padLength >> 0)) >> 0) < 0) {
101578
101605
  _tmp$6 = $ifaceNil;
101579
101606
  _tmp$7 = (x$5 = http2streamError(fh.StreamID, 1), new x$5.constructor.elem(x$5));
101580
101607
  _ = _tmp$6;
@@ -102402,18 +102429,27 @@ $packages["net/http"] = (function() {
102402
102429
  /* */ } return; } if ($f === undefined) { $f = { $blk: http2buildCommonHeaderMaps }; } $f._i = _i; $f._key = _key; $f._key$1 = _key$1; $f._r$2 = _r$2; $f._ref = _ref; $f.chk = chk; $f.common = common; $f.v = v; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
102403
102430
  };
102404
102431
  http2lowerHeader = function(v) {
102405
- var _entry, _r$2, _tuple, ok, s, v, $s, $r;
102406
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _r$2 = $f._r$2; _tuple = $f._tuple; ok = $f.ok; s = $f.s; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
102432
+ var _entry, _r$2, _tmp, _tmp$1, _tuple, _tuple$1, ascii, lower, ok, s, v, $s, $r;
102433
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; ascii = $f.ascii; lower = $f.lower; ok = $f.ok; s = $f.s; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
102434
+ lower = "";
102435
+ ascii = false;
102407
102436
  $r = http2buildCommonHeaderMapsOnce(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
102408
102437
  _tuple = (_entry = http2commonLowerHeader[$String.keyFor(v)], _entry !== undefined ? [_entry.v, true] : ["", false]);
102409
102438
  s = _tuple[0];
102410
102439
  ok = _tuple[1];
102411
102440
  if (ok) {
102412
- $s = -1; return s;
102441
+ _tmp = s;
102442
+ _tmp$1 = true;
102443
+ lower = _tmp;
102444
+ ascii = _tmp$1;
102445
+ $s = -1; return [lower, ascii];
102413
102446
  }
102414
- _r$2 = strings.ToLower(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
102415
- $s = -1; return _r$2;
102416
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2lowerHeader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._tuple = _tuple; $f.ok = ok; $f.s = s; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
102447
+ _r$2 = http2asciiToLower(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
102448
+ _tuple$1 = _r$2;
102449
+ lower = _tuple$1[0];
102450
+ ascii = _tuple$1[1];
102451
+ $s = -1; return [lower, ascii];
102452
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2lowerHeader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.ascii = ascii; $f.lower = lower; $f.ok = ok; $f.s = s; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
102417
102453
  };
102418
102454
  init = function() {
102419
102455
  var _r$2, e, $s, $r;
@@ -102980,8 +103016,8 @@ $packages["net/http"] = (function() {
102980
103016
  };
102981
103017
  http2serverInternalState.prototype.startGracefulShutdown = function() { return this.$val.startGracefulShutdown(); };
102982
103018
  http2ConfigureServer = function(s, conf) {
102983
- var _1, _i, _i$1, _key, _r$2, _r$3, _ref, _ref$1, _tmp, _tmp$1, conf, cs, h1, h2, haveNPN, haveRequired, i, p, protoHandler, s, sawBad, x$4, x$5, $s, $r;
102984
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _i = $f._i; _i$1 = $f._i$1; _key = $f._key; _r$2 = $f._r$2; _r$3 = $f._r$3; _ref = $f._ref; _ref$1 = $f._ref$1; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; conf = $f.conf; cs = $f.cs; h1 = $f.h1; h2 = $f.h2; haveNPN = $f.haveNPN; haveRequired = $f.haveRequired; i = $f.i; p = $f.p; protoHandler = $f.protoHandler; s = $f.s; sawBad = $f.sawBad; x$4 = $f.x$4; x$5 = $f.x$5; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
103019
+ var _1, _i, _key, _r$2, _r$3, _ref, _tmp, _tmp$1, conf, cs, h1, h2, haveRequired, i, protoHandler, s, sawBad, x$4, x$5, $s, $r;
103020
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _i = $f._i; _key = $f._key; _r$2 = $f._r$2; _r$3 = $f._r$3; _ref = $f._ref; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; conf = $f.conf; cs = $f.cs; h1 = $f.h1; h2 = $f.h2; haveRequired = $f.haveRequired; i = $f.i; protoHandler = $f.protoHandler; s = $f.s; sawBad = $f.sawBad; x$4 = $f.x$4; x$5 = $f.x$5; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
102985
103021
  conf = [conf];
102986
103022
  if (s === ptrType$51.nil) {
102987
103023
  $panic(new $String("nil *http.Server"));
@@ -103041,21 +103077,12 @@ $packages["net/http"] = (function() {
103041
103077
  /* } */ case 12:
103042
103078
  /* } */ case 4:
103043
103079
  s.TLSConfig.PreferServerCipherSuites = true;
103044
- haveNPN = false;
103045
- _ref$1 = s.TLSConfig.NextProtos;
103046
- _i$1 = 0;
103047
- while (true) {
103048
- if (!(_i$1 < _ref$1.$length)) { break; }
103049
- p = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
103050
- if (p === "h2") {
103051
- haveNPN = true;
103052
- break;
103053
- }
103054
- _i$1++;
103055
- }
103056
- if (!haveNPN) {
103080
+ if (!http2strSliceContains(s.TLSConfig.NextProtos, "h2")) {
103057
103081
  s.TLSConfig.NextProtos = $append(s.TLSConfig.NextProtos, "h2");
103058
103082
  }
103083
+ if (!http2strSliceContains(s.TLSConfig.NextProtos, "http/1.1")) {
103084
+ s.TLSConfig.NextProtos = $append(s.TLSConfig.NextProtos, "http/1.1");
103085
+ }
103059
103086
  if (s.TLSNextProto === false) {
103060
103087
  s.TLSNextProto = $makeMap($String.keyFor, []);
103061
103088
  }
@@ -103083,7 +103110,7 @@ $packages["net/http"] = (function() {
103083
103110
  }; })(conf);
103084
103111
  _key = "h2"; (s.TLSNextProto || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: protoHandler };
103085
103112
  $s = -1; return $ifaceNil;
103086
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2ConfigureServer }; } $f._1 = _1; $f._i = _i; $f._i$1 = _i$1; $f._key = _key; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._ref = _ref; $f._ref$1 = _ref$1; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f.conf = conf; $f.cs = cs; $f.h1 = h1; $f.h2 = h2; $f.haveNPN = haveNPN; $f.haveRequired = haveRequired; $f.i = i; $f.p = p; $f.protoHandler = protoHandler; $f.s = s; $f.sawBad = sawBad; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
103113
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2ConfigureServer }; } $f._1 = _1; $f._i = _i; $f._key = _key; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._ref = _ref; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f.conf = conf; $f.cs = cs; $f.h1 = h1; $f.h2 = h2; $f.haveRequired = haveRequired; $f.i = i; $f.protoHandler = protoHandler; $f.s = s; $f.sawBad = sawBad; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
103087
103114
  };
103088
103115
  http2ServeConnOpts.ptr.prototype.context = function() {
103089
103116
  var o;
@@ -103443,7 +103470,9 @@ $packages["net/http"] = (function() {
103443
103470
  }
103444
103471
  _r$2 = CanonicalHeaderKey(v); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
103445
103472
  cv = _r$2;
103446
- _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
103473
+ if ($keys(sc.canonHeader).length < 32) {
103474
+ _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
103475
+ }
103447
103476
  $s = -1; return cv;
103448
103477
  /* */ } return; } if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.canonicalHeader }; } $f._entry = _entry; $f._entry$1 = _entry$1; $f._key = _key; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.cv = cv; $f.ok = ok; $f.sc = sc; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
103449
103478
  };
@@ -103556,8 +103585,8 @@ $packages["net/http"] = (function() {
103556
103585
  };
103557
103586
  http2serverConn.prototype.notePanic = function() { return this.$val.notePanic(); };
103558
103587
  http2serverConn.ptr.prototype.serve = function() {
103559
- var _1, _arg, _arg$1, _arg$2, _arg$3, _arg$4, _arg$5, _arg$6, _arg$7, _r$10, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _tuple, _v, diff, err, gracefulShutdownComplete, loopNum, m, msg, ok, res, res$1, sc, se, sentGoAway, settingsTimer, v, v$1, v$2, v$3, wr, x$4, $s, $deferred, $r;
103560
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _arg = $f._arg; _arg$1 = $f._arg$1; _arg$2 = $f._arg$2; _arg$3 = $f._arg$3; _arg$4 = $f._arg$4; _arg$5 = $f._arg$5; _arg$6 = $f._arg$6; _arg$7 = $f._arg$7; _r$10 = $f._r$10; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _tuple = $f._tuple; _v = $f._v; diff = $f.diff; err = $f.err; gracefulShutdownComplete = $f.gracefulShutdownComplete; loopNum = $f.loopNum; m = $f.m; msg = $f.msg; ok = $f.ok; res = $f.res; res$1 = $f.res$1; sc = $f.sc; se = $f.se; sentGoAway = $f.sentGoAway; settingsTimer = $f.settingsTimer; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; v$3 = $f.v$3; wr = $f.wr; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
103588
+ var _1, _arg, _arg$1, _arg$2, _arg$3, _arg$4, _arg$5, _arg$6, _arg$7, _r$10, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, _v, diff, err, gracefulShutdownComplete, loopNum, m, msg, ok, res, res$1, sc, se, sentGoAway, settingsTimer, v, v$1, v$2, v$3, wr, wroteRes, x$4, $s, $deferred, $r;
103589
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _arg = $f._arg; _arg$1 = $f._arg$1; _arg$2 = $f._arg$2; _arg$3 = $f._arg$3; _arg$4 = $f._arg$4; _arg$5 = $f._arg$5; _arg$6 = $f._arg$6; _arg$7 = $f._arg$7; _r$10 = $f._r$10; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; _v = $f._v; diff = $f.diff; err = $f.err; gracefulShutdownComplete = $f.gracefulShutdownComplete; loopNum = $f.loopNum; m = $f.m; msg = $f.msg; ok = $f.ok; res = $f.res; res$1 = $f.res$1; sc = $f.sc; se = $f.se; sentGoAway = $f.sentGoAway; settingsTimer = $f.settingsTimer; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; v$3 = $f.v$3; wr = $f.wr; wroteRes = $f.wroteRes; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
103561
103590
  sc = this;
103562
103591
  $r = sc.serveG.check(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103563
103592
  $deferred.push([$methodVal(sc, "notePanic"), []]);
@@ -103632,13 +103661,27 @@ $packages["net/http"] = (function() {
103632
103661
  $s = 25; continue;
103633
103662
  /* } else if (_selection[0] === 2) { */ case 22:
103634
103663
  res$1 = $clone(_selection[1][0], http2readFrameResult);
103635
- _r$6 = sc.processFrameFromReader($clone(res$1, http2readFrameResult)); /* */ $s = 33; case 33: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
103636
- /* */ if (!_r$6) { $s = 31; continue; }
103664
+ /* */ if (sc.writingFrameAsync) { $s = 31; continue; }
103637
103665
  /* */ $s = 32; continue;
103638
- /* if (!_r$6) { */ case 31:
103639
- $s = -1; return;
103666
+ /* if (sc.writingFrameAsync) { */ case 31:
103667
+ _selection$1 = $select([[sc.wroteFrameCh], []]);
103668
+ /* */ if (_selection$1[0] === 0) { $s = 33; continue; }
103669
+ /* */ if (_selection$1[0] === 1) { $s = 34; continue; }
103670
+ /* */ $s = 35; continue;
103671
+ /* if (_selection$1[0] === 0) { */ case 33:
103672
+ wroteRes = $clone(_selection$1[1][0], http2frameWriteResult);
103673
+ $r = sc.wroteFrame($clone(wroteRes, http2frameWriteResult)); /* */ $s = 36; case 36: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103674
+ $s = 35; continue;
103675
+ /* } else if (_selection$1[0] === 1) { */ case 34:
103676
+ /* } */ case 35:
103640
103677
  /* } */ case 32:
103641
- $r = res$1.readMore(); /* */ $s = 34; case 34: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103678
+ _r$6 = sc.processFrameFromReader($clone(res$1, http2readFrameResult)); /* */ $s = 39; case 39: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
103679
+ /* */ if (!_r$6) { $s = 37; continue; }
103680
+ /* */ $s = 38; continue;
103681
+ /* if (!_r$6) { */ case 37:
103682
+ $s = -1; return;
103683
+ /* } */ case 38:
103684
+ $r = res$1.readMore(); /* */ $s = 40; case 40: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103642
103685
  if (!(settingsTimer === ptrType$57.nil)) {
103643
103686
  settingsTimer.Stop();
103644
103687
  settingsTimer = ptrType$57.nil;
@@ -103646,78 +103689,78 @@ $packages["net/http"] = (function() {
103646
103689
  $s = 25; continue;
103647
103690
  /* } else if (_selection[0] === 3) { */ case 23:
103648
103691
  m = $clone(_selection[1][0], http2bodyReadMsg);
103649
- $r = sc.noteBodyRead(m.st, m.n); /* */ $s = 35; case 35: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103692
+ $r = sc.noteBodyRead(m.st, m.n); /* */ $s = 41; case 41: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103650
103693
  $s = 25; continue;
103651
103694
  /* } else if (_selection[0] === 4) { */ case 24:
103652
103695
  msg = _selection[1][0];
103653
103696
  _ref = msg;
103654
- /* */ if ($assertType(_ref, funcType$1, true)[1]) { $s = 36; continue; }
103655
- /* */ if ($assertType(_ref, ptrType$10, true)[1]) { $s = 37; continue; }
103656
- /* */ if ($assertType(_ref, ptrType$62, true)[1]) { $s = 38; continue; }
103657
- /* */ $s = 39; continue;
103658
- /* if ($assertType(_ref, funcType$1, true)[1]) { */ case 36:
103697
+ /* */ if ($assertType(_ref, funcType$1, true)[1]) { $s = 42; continue; }
103698
+ /* */ if ($assertType(_ref, ptrType$10, true)[1]) { $s = 43; continue; }
103699
+ /* */ if ($assertType(_ref, ptrType$62, true)[1]) { $s = 44; continue; }
103700
+ /* */ $s = 45; continue;
103701
+ /* if ($assertType(_ref, funcType$1, true)[1]) { */ case 42:
103659
103702
  v = _ref.$val;
103660
- $r = v(loopNum); /* */ $s = 41; case 41: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103661
- $s = 40; continue;
103662
- /* } else if ($assertType(_ref, ptrType$10, true)[1]) { */ case 37:
103703
+ $r = v(loopNum); /* */ $s = 47; case 47: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103704
+ $s = 46; continue;
103705
+ /* } else if ($assertType(_ref, ptrType$10, true)[1]) { */ case 43:
103663
103706
  v$1 = _ref.$val;
103664
103707
  _1 = v$1;
103665
- /* */ if (_1 === (http2settingsTimerMsg)) { $s = 43; continue; }
103666
- /* */ if (_1 === (http2idleTimerMsg)) { $s = 44; continue; }
103667
- /* */ if (_1 === (http2shutdownTimerMsg)) { $s = 45; continue; }
103668
- /* */ if (_1 === (http2gracefulShutdownMsg)) { $s = 46; continue; }
103669
- /* */ $s = 47; continue;
103670
- /* if (_1 === (http2settingsTimerMsg)) { */ case 43:
103671
- _r$7 = sc.conn.RemoteAddr(); /* */ $s = 49; case 49: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
103708
+ /* */ if (_1 === (http2settingsTimerMsg)) { $s = 49; continue; }
103709
+ /* */ if (_1 === (http2idleTimerMsg)) { $s = 50; continue; }
103710
+ /* */ if (_1 === (http2shutdownTimerMsg)) { $s = 51; continue; }
103711
+ /* */ if (_1 === (http2gracefulShutdownMsg)) { $s = 52; continue; }
103712
+ /* */ $s = 53; continue;
103713
+ /* if (_1 === (http2settingsTimerMsg)) { */ case 49:
103714
+ _r$7 = sc.conn.RemoteAddr(); /* */ $s = 55; case 55: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
103672
103715
  _arg$6 = _r$7;
103673
- $r = sc.logf("timeout waiting for SETTINGS frames from %v", new sliceType([_arg$6])); /* */ $s = 50; case 50: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103716
+ $r = sc.logf("timeout waiting for SETTINGS frames from %v", new sliceType([_arg$6])); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103674
103717
  $s = -1; return;
103675
- /* } else if (_1 === (http2idleTimerMsg)) { */ case 44:
103676
- $r = sc.vlogf("connection is idle", new sliceType([])); /* */ $s = 51; case 51: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103677
- $r = sc.goAway(0); /* */ $s = 52; case 52: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103678
- $s = 48; continue;
103679
- /* } else if (_1 === (http2shutdownTimerMsg)) { */ case 45:
103680
- _r$8 = sc.conn.RemoteAddr(); /* */ $s = 53; case 53: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
103718
+ /* } else if (_1 === (http2idleTimerMsg)) { */ case 50:
103719
+ $r = sc.vlogf("connection is idle", new sliceType([])); /* */ $s = 57; case 57: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103720
+ $r = sc.goAway(0); /* */ $s = 58; case 58: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103721
+ $s = 54; continue;
103722
+ /* } else if (_1 === (http2shutdownTimerMsg)) { */ case 51:
103723
+ _r$8 = sc.conn.RemoteAddr(); /* */ $s = 59; case 59: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
103681
103724
  _arg$7 = _r$8;
103682
- $r = sc.vlogf("GOAWAY close timer fired; closing conn from %v", new sliceType([_arg$7])); /* */ $s = 54; case 54: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103725
+ $r = sc.vlogf("GOAWAY close timer fired; closing conn from %v", new sliceType([_arg$7])); /* */ $s = 60; case 60: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103683
103726
  $s = -1; return;
103684
- /* } else if (_1 === (http2gracefulShutdownMsg)) { */ case 46:
103685
- $r = sc.startGracefulShutdownInternal(); /* */ $s = 55; case 55: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103686
- $s = 48; continue;
103687
- /* } else { */ case 47:
103727
+ /* } else if (_1 === (http2gracefulShutdownMsg)) { */ case 52:
103728
+ $r = sc.startGracefulShutdownInternal(); /* */ $s = 61; case 61: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103729
+ $s = 54; continue;
103730
+ /* } else { */ case 53:
103688
103731
  $panic(new $String("unknown timer"));
103689
- /* } */ case 48:
103690
- case 42:
103691
- $s = 40; continue;
103692
- /* } else if ($assertType(_ref, ptrType$62, true)[1]) { */ case 38:
103732
+ /* } */ case 54:
103733
+ case 48:
103734
+ $s = 46; continue;
103735
+ /* } else if ($assertType(_ref, ptrType$62, true)[1]) { */ case 44:
103693
103736
  v$2 = _ref.$val;
103694
- $r = sc.startPush(v$2); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103695
- $s = 40; continue;
103696
- /* } else { */ case 39:
103737
+ $r = sc.startPush(v$2); /* */ $s = 62; case 62: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103738
+ $s = 46; continue;
103739
+ /* } else { */ case 45:
103697
103740
  v$3 = _ref;
103698
- _r$9 = fmt.Sprintf("unexpected type %T", new sliceType([v$3])); /* */ $s = 57; case 57: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
103741
+ _r$9 = fmt.Sprintf("unexpected type %T", new sliceType([v$3])); /* */ $s = 63; case 63: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
103699
103742
  $panic(new $String(_r$9));
103700
- /* } */ case 40:
103743
+ /* } */ case 46:
103701
103744
  /* } } */ case 25:
103702
- /* */ if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { $s = 58; continue; }
103703
- /* */ $s = 59; continue;
103704
- /* if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { */ case 58:
103705
- $r = sc.vlogf("http2: too many control frames in send queue, closing connection", new sliceType([])); /* */ $s = 60; case 60: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103745
+ /* */ if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { $s = 64; continue; }
103746
+ /* */ $s = 65; continue;
103747
+ /* if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { */ case 64:
103748
+ $r = sc.vlogf("http2: too many control frames in send queue, closing connection", new sliceType([])); /* */ $s = 66; case 66: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103706
103749
  $s = -1; return;
103707
- /* } */ case 59:
103750
+ /* } */ case 65:
103708
103751
  sentGoAway = sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame;
103709
- if (!(sc.goAwayCode === 0)) { _v = false; $s = 61; continue s; }
103710
- _r$10 = sc.curOpenStreams(); /* */ $s = 62; case 62: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
103711
- _v = _r$10 === 0; case 61:
103752
+ if (!(sc.goAwayCode === 0)) { _v = false; $s = 67; continue s; }
103753
+ _r$10 = sc.curOpenStreams(); /* */ $s = 68; case 68: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
103754
+ _v = _r$10 === 0; case 67:
103712
103755
  gracefulShutdownComplete = _v;
103713
- /* */ if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { $s = 63; continue; }
103714
- /* */ $s = 64; continue;
103715
- /* if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { */ case 63:
103716
- $r = sc.shutDownIn(http2goAwayTimeout); /* */ $s = 65; case 65: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103717
- /* } */ case 64:
103756
+ /* */ if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { $s = 69; continue; }
103757
+ /* */ $s = 70; continue;
103758
+ /* if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { */ case 69:
103759
+ $r = sc.shutDownIn(http2goAwayTimeout); /* */ $s = 71; case 71: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
103760
+ /* } */ case 70:
103718
103761
  /* } */ $s = 17; continue; case 18:
103719
103762
  $s = -1; return;
103720
- /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.serve }; } $f._1 = _1; $f._arg = _arg; $f._arg$1 = _arg$1; $f._arg$2 = _arg$2; $f._arg$3 = _arg$3; $f._arg$4 = _arg$4; $f._arg$5 = _arg$5; $f._arg$6 = _arg$6; $f._arg$7 = _arg$7; $f._r$10 = _r$10; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._tuple = _tuple; $f._v = _v; $f.diff = diff; $f.err = err; $f.gracefulShutdownComplete = gracefulShutdownComplete; $f.loopNum = loopNum; $f.m = m; $f.msg = msg; $f.ok = ok; $f.res = res; $f.res$1 = res$1; $f.sc = sc; $f.se = se; $f.sentGoAway = sentGoAway; $f.settingsTimer = settingsTimer; $f.v = v; $f.v$1 = v$1; $f.v$2 = v$2; $f.v$3 = v$3; $f.wr = wr; $f.x$4 = x$4; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
103763
+ /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.serve }; } $f._1 = _1; $f._arg = _arg; $f._arg$1 = _arg$1; $f._arg$2 = _arg$2; $f._arg$3 = _arg$3; $f._arg$4 = _arg$4; $f._arg$5 = _arg$5; $f._arg$6 = _arg$6; $f._arg$7 = _arg$7; $f._r$10 = _r$10; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f._v = _v; $f.diff = diff; $f.err = err; $f.gracefulShutdownComplete = gracefulShutdownComplete; $f.loopNum = loopNum; $f.m = m; $f.msg = msg; $f.ok = ok; $f.res = res; $f.res$1 = res$1; $f.sc = sc; $f.se = se; $f.sentGoAway = sentGoAway; $f.settingsTimer = settingsTimer; $f.v = v; $f.v$1 = v$1; $f.v$2 = v$2; $f.v$3 = v$3; $f.wr = wr; $f.wroteRes = wroteRes; $f.x$4 = x$4; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
103721
103764
  };
103722
103765
  http2serverConn.prototype.serve = function() { return this.$val.serve(); };
103723
103766
  http2serverConn.ptr.prototype.onSettingsTimer = function() {
@@ -104558,11 +104601,11 @@ $packages["net/http"] = (function() {
104558
104601
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; data = $f.data; err = $f.err; f = $f.f; id = $f.id; pad = $f.pad; sc = $f.sc; st = $f.st; state = $f.state; wrote = $f.wrote; x$10 = $f.x$10; x$11 = $f.x$11; x$12 = $f.x$12; x$13 = $f.x$13; x$14 = $f.x$14; x$15 = $f.x$15; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; x$9 = $f.x$9; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
104559
104602
  sc = this;
104560
104603
  $r = sc.serveG.check(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
104561
- if (sc.inGoAway && !((sc.goAwayCode === 0))) {
104604
+ id = $clone(f.http2FrameHeader, http2FrameHeader).Header().StreamID;
104605
+ if (sc.inGoAway && (!((sc.goAwayCode === 0)) || id > sc.maxClientStreamID)) {
104562
104606
  $s = -1; return $ifaceNil;
104563
104607
  }
104564
104608
  data = f.Data();
104565
- id = $clone(f.http2FrameHeader, http2FrameHeader).Header().StreamID;
104566
104609
  _r$2 = sc.state(id); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
104567
104610
  _tuple = _r$2;
104568
104611
  state = _tuple[0];
@@ -105761,8 +105804,8 @@ $packages["net/http"] = (function() {
105761
105804
  };
105762
105805
  http2responseWriter.prototype.handlerDone = function() { return this.$val.handlerDone(); };
105763
105806
  http2responseWriter.ptr.prototype.Push = function(target, opts) {
105764
- var _1, _entry, _i, _keys, _r$10, _r$11, _r$12, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, err, err$1, err$2, k, msg, opts, sc, st, target, u, w, wantScheme, $s, $r;
105765
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _entry = $f._entry; _i = $f._i; _keys = $f._keys; _r$10 = $f._r$10; _r$11 = $f._r$11; _r$12 = $f._r$12; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; err = $f.err; err$1 = $f.err$1; err$2 = $f.err$2; k = $f.k; msg = $f.msg; opts = $f.opts; sc = $f.sc; st = $f.st; target = $f.target; u = $f.u; w = $f.w; wantScheme = $f.wantScheme; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
105807
+ var _entry, _i, _keys, _r$10, _r$11, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, err, err$1, err$2, k, msg, opts, sc, st, target, u, w, wantScheme, $s, $r;
105808
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _keys = $f._keys; _r$10 = $f._r$10; _r$11 = $f._r$11; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; err = $f.err; err$1 = $f.err$1; err$2 = $f.err$2; k = $f.k; msg = $f.msg; opts = $f.opts; sc = $f.sc; st = $f.st; target = $f.target; u = $f.u; w = $f.w; wantScheme = $f.wantScheme; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
105766
105809
  w = this;
105767
105810
  st = w.rws.stream;
105768
105811
  sc = st.sc;
@@ -105830,44 +105873,41 @@ $packages["net/http"] = (function() {
105830
105873
  _r$5 = fmt.Errorf("promised request headers cannot include pseudo header %q", new sliceType([new $String(k)])); /* */ $s = 16; case 16: if($c) { $c = false; _r$5 = _r$5.$blk(); } if (_r$5 && _r$5.$blk !== undefined) { break s; }
105831
105874
  $s = -1; return _r$5;
105832
105875
  /* } */ case 15:
105833
- _r$6 = strings.ToLower(k); /* */ $s = 18; case 18: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
105834
- _1 = _r$6;
105835
- /* */ if (_1 === ("content-length") || _1 === ("content-encoding") || _1 === ("trailer") || _1 === ("te") || _1 === ("expect") || _1 === ("host")) { $s = 19; continue; }
105836
- /* */ $s = 20; continue;
105837
- /* if (_1 === ("content-length") || _1 === ("content-encoding") || _1 === ("trailer") || _1 === ("te") || _1 === ("expect") || _1 === ("host")) { */ case 19:
105838
- _r$7 = fmt.Errorf("promised request headers cannot include %q", new sliceType([new $String(k)])); /* */ $s = 21; case 21: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
105839
- $s = -1; return _r$7;
105840
- /* } */ case 20:
105841
- case 17:
105876
+ /* */ if (http2asciiEqualFold(k, "content-length") || http2asciiEqualFold(k, "content-encoding") || http2asciiEqualFold(k, "trailer") || http2asciiEqualFold(k, "te") || http2asciiEqualFold(k, "expect") || http2asciiEqualFold(k, "host")) { $s = 17; continue; }
105877
+ /* */ $s = 18; continue;
105878
+ /* if (http2asciiEqualFold(k, "content-length") || http2asciiEqualFold(k, "content-encoding") || http2asciiEqualFold(k, "trailer") || http2asciiEqualFold(k, "te") || http2asciiEqualFold(k, "expect") || http2asciiEqualFold(k, "host")) { */ case 17:
105879
+ _r$6 = fmt.Errorf("promised request headers cannot include %q", new sliceType([new $String(k)])); /* */ $s = 19; case 19: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
105880
+ $s = -1; return _r$6;
105881
+ /* } */ case 18:
105842
105882
  _i++;
105843
105883
  /* } */ $s = 12; continue; case 13:
105844
- _r$8 = http2checkValidHTTP2RequestHeaders(opts.Header); /* */ $s = 22; case 22: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
105845
- err$1 = _r$8;
105884
+ _r$7 = http2checkValidHTTP2RequestHeaders(opts.Header); /* */ $s = 20; case 20: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
105885
+ err$1 = _r$7;
105846
105886
  if (!($interfaceIsEqual(err$1, $ifaceNil))) {
105847
105887
  $s = -1; return err$1;
105848
105888
  }
105849
- /* */ if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { $s = 23; continue; }
105850
- /* */ $s = 24; continue;
105851
- /* if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { */ case 23:
105852
- _r$9 = fmt.Errorf("method %q must be GET or HEAD", new sliceType([new $String(opts.Method)])); /* */ $s = 25; case 25: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
105853
- $s = -1; return _r$9;
105854
- /* } */ case 24:
105855
- _r$10 = http2errChanPool.Get(); /* */ $s = 26; case 26: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
105856
- msg = new http2startPushRequest.ptr(st, opts.Method, u, http2cloneHeader(opts.Header), $assertType(_r$10, chanType));
105857
- _r$11 = $select([[sc.doneServing], [st.cw], [sc.serveMsgCh, msg]]); /* */ $s = 27; case 27: if($c) { $c = false; _r$11 = _r$11.$blk(); } if (_r$11 && _r$11.$blk !== undefined) { break s; }
105858
- _selection = _r$11;
105859
- /* */ if (_selection[0] === 0) { $s = 28; continue; }
105860
- /* */ if (_selection[0] === 1) { $s = 29; continue; }
105861
- /* */ if (_selection[0] === 2) { $s = 30; continue; }
105862
- /* */ $s = 31; continue;
105863
- /* if (_selection[0] === 0) { */ case 28:
105889
+ /* */ if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { $s = 21; continue; }
105890
+ /* */ $s = 22; continue;
105891
+ /* if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { */ case 21:
105892
+ _r$8 = fmt.Errorf("method %q must be GET or HEAD", new sliceType([new $String(opts.Method)])); /* */ $s = 23; case 23: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
105893
+ $s = -1; return _r$8;
105894
+ /* } */ case 22:
105895
+ _r$9 = http2errChanPool.Get(); /* */ $s = 24; case 24: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
105896
+ msg = new http2startPushRequest.ptr(st, opts.Method, u, http2cloneHeader(opts.Header), $assertType(_r$9, chanType));
105897
+ _r$10 = $select([[sc.doneServing], [st.cw], [sc.serveMsgCh, msg]]); /* */ $s = 25; case 25: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
105898
+ _selection = _r$10;
105899
+ /* */ if (_selection[0] === 0) { $s = 26; continue; }
105900
+ /* */ if (_selection[0] === 1) { $s = 27; continue; }
105901
+ /* */ if (_selection[0] === 2) { $s = 28; continue; }
105902
+ /* */ $s = 29; continue;
105903
+ /* if (_selection[0] === 0) { */ case 26:
105864
105904
  $s = -1; return http2errClientDisconnected;
105865
- /* } else if (_selection[0] === 1) { */ case 29:
105905
+ /* } else if (_selection[0] === 1) { */ case 27:
105866
105906
  $s = -1; return http2errStreamClosed;
105867
- /* } else if (_selection[0] === 2) { */ case 30:
105868
- /* } */ case 31:
105869
- _r$12 = $select([[sc.doneServing], [st.cw], [msg.done]]); /* */ $s = 32; case 32: if($c) { $c = false; _r$12 = _r$12.$blk(); } if (_r$12 && _r$12.$blk !== undefined) { break s; }
105870
- _selection$1 = _r$12;
105907
+ /* } else if (_selection[0] === 2) { */ case 28:
105908
+ /* } */ case 29:
105909
+ _r$11 = $select([[sc.doneServing], [st.cw], [msg.done]]); /* */ $s = 30; case 30: if($c) { $c = false; _r$11 = _r$11.$blk(); } if (_r$11 && _r$11.$blk !== undefined) { break s; }
105910
+ _selection$1 = _r$11;
105871
105911
  if (_selection$1[0] === 0) {
105872
105912
  $s = -1; return http2errClientDisconnected;
105873
105913
  } else if (_selection$1[0] === 1) {
@@ -105878,7 +105918,7 @@ $packages["net/http"] = (function() {
105878
105918
  $s = -1; return err$2;
105879
105919
  }
105880
105920
  $s = -1; return $ifaceNil;
105881
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2responseWriter.ptr.prototype.Push }; } $f._1 = _1; $f._entry = _entry; $f._i = _i; $f._keys = _keys; $f._r$10 = _r$10; $f._r$11 = _r$11; $f._r$12 = _r$12; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f.err = err; $f.err$1 = err$1; $f.err$2 = err$2; $f.k = k; $f.msg = msg; $f.opts = opts; $f.sc = sc; $f.st = st; $f.target = target; $f.u = u; $f.w = w; $f.wantScheme = wantScheme; $f.$s = $s; $f.$r = $r; return $f;
105921
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2responseWriter.ptr.prototype.Push }; } $f._entry = _entry; $f._i = _i; $f._keys = _keys; $f._r$10 = _r$10; $f._r$11 = _r$11; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f.err = err; $f.err$1 = err$1; $f.err$2 = err$2; $f.k = k; $f.msg = msg; $f.opts = opts; $f.sc = sc; $f.st = st; $f.target = target; $f.u = u; $f.w = w; $f.wantScheme = wantScheme; $f.$s = $s; $f.$r = $r; return $f;
105882
105922
  };
105883
105923
  http2responseWriter.prototype.Push = function(target, opts) { return this.$val.Push(target, opts); };
105884
105924
  http2serverConn.ptr.prototype.startPush = function(msg) {
@@ -106371,8 +106411,8 @@ $packages["net/http"] = (function() {
106371
106411
  };
106372
106412
  http2writeWindowUpdate.prototype.writeFrame = function(ctx) { return this.$val.writeFrame(ctx); };
106373
106413
  http2encodeHeaders = function(enc, h, keys) {
106374
- var _entry, _i, _i$1, _r$2, _r$3, _r$4, _ref, _ref$1, enc, h, isTE, k, keys, sorter, v, vv, $s, $deferred, $r;
106375
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _i$1 = $f._i$1; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _ref = $f._ref; _ref$1 = $f._ref$1; enc = $f.enc; h = $f.h; isTE = $f.isTE; k = $f.k; keys = $f.keys; sorter = $f.sorter; v = $f.v; vv = $f.vv; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
106414
+ var _entry, _i, _i$1, _r$2, _r$3, _r$4, _ref, _ref$1, _tuple, ascii, enc, h, isTE, k, k$1, keys, sorter, v, vv, $s, $deferred, $r;
106415
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _i$1 = $f._i$1; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _ref = $f._ref; _ref$1 = $f._ref$1; _tuple = $f._tuple; ascii = $f.ascii; enc = $f.enc; h = $f.h; isTE = $f.isTE; k = $f.k; k$1 = $f.k$1; keys = $f.keys; sorter = $f.sorter; v = $f.v; vv = $f.vv; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
106376
106416
  /* */ if (keys === sliceType$2.nil) { $s = 1; continue; }
106377
106417
  /* */ $s = 2; continue;
106378
106418
  /* if (keys === sliceType$2.nil) { */ case 1:
@@ -106389,38 +106429,46 @@ $packages["net/http"] = (function() {
106389
106429
  k = ((_i < 0 || _i >= _ref.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref.$array[_ref.$offset + _i]);
106390
106430
  vv = (_entry = h[$String.keyFor(k)], _entry !== undefined ? _entry.v : sliceType$2.nil);
106391
106431
  _r$4 = http2lowerHeader(k); /* */ $s = 7; case 7: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
106392
- k = _r$4;
106393
- /* */ if (!http2validWireHeaderFieldName(k)) { $s = 8; continue; }
106432
+ _tuple = _r$4;
106433
+ k$1 = _tuple[0];
106434
+ ascii = _tuple[1];
106435
+ /* */ if (!ascii) { $s = 8; continue; }
106394
106436
  /* */ $s = 9; continue;
106395
- /* if (!http2validWireHeaderFieldName(k)) { */ case 8:
106437
+ /* if (!ascii) { */ case 8:
106396
106438
  _i++;
106397
106439
  /* continue; */ $s = 5; continue;
106398
106440
  /* } */ case 9:
106399
- isTE = k === "transfer-encoding";
106441
+ /* */ if (!http2validWireHeaderFieldName(k$1)) { $s = 10; continue; }
106442
+ /* */ $s = 11; continue;
106443
+ /* if (!http2validWireHeaderFieldName(k$1)) { */ case 10:
106444
+ _i++;
106445
+ /* continue; */ $s = 5; continue;
106446
+ /* } */ case 11:
106447
+ isTE = k$1 === "transfer-encoding";
106400
106448
  _ref$1 = vv;
106401
106449
  _i$1 = 0;
106402
- /* while (true) { */ case 10:
106403
- /* if (!(_i$1 < _ref$1.$length)) { break; } */ if(!(_i$1 < _ref$1.$length)) { $s = 11; continue; }
106450
+ /* while (true) { */ case 12:
106451
+ /* if (!(_i$1 < _ref$1.$length)) { break; } */ if(!(_i$1 < _ref$1.$length)) { $s = 13; continue; }
106404
106452
  v = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
106405
- /* */ if (!httpguts.ValidHeaderFieldValue(v)) { $s = 12; continue; }
106406
- /* */ $s = 13; continue;
106407
- /* if (!httpguts.ValidHeaderFieldValue(v)) { */ case 12:
106408
- _i$1++;
106409
- /* continue; */ $s = 10; continue;
106410
- /* } */ case 13:
106411
- /* */ if (isTE && !(v === "trailers")) { $s = 14; continue; }
106453
+ /* */ if (!httpguts.ValidHeaderFieldValue(v)) { $s = 14; continue; }
106412
106454
  /* */ $s = 15; continue;
106413
- /* if (isTE && !(v === "trailers")) { */ case 14:
106455
+ /* if (!httpguts.ValidHeaderFieldValue(v)) { */ case 14:
106414
106456
  _i$1++;
106415
- /* continue; */ $s = 10; continue;
106457
+ /* continue; */ $s = 12; continue;
106416
106458
  /* } */ case 15:
106417
- $r = http2encKV(enc, k, v); /* */ $s = 16; case 16: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
106459
+ /* */ if (isTE && !(v === "trailers")) { $s = 16; continue; }
106460
+ /* */ $s = 17; continue;
106461
+ /* if (isTE && !(v === "trailers")) { */ case 16:
106462
+ _i$1++;
106463
+ /* continue; */ $s = 12; continue;
106464
+ /* } */ case 17:
106465
+ $r = http2encKV(enc, k$1, v); /* */ $s = 18; case 18: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
106418
106466
  _i$1++;
106419
- /* } */ $s = 10; continue; case 11:
106467
+ /* } */ $s = 12; continue; case 13:
106420
106468
  _i++;
106421
106469
  /* } */ $s = 5; continue; case 6:
106422
106470
  $s = -1; return;
106423
- /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2encodeHeaders }; } $f._entry = _entry; $f._i = _i; $f._i$1 = _i$1; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._ref = _ref; $f._ref$1 = _ref$1; $f.enc = enc; $f.h = h; $f.isTE = isTE; $f.k = k; $f.keys = keys; $f.sorter = sorter; $f.v = v; $f.vv = vv; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
106471
+ /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2encodeHeaders }; } $f._entry = _entry; $f._i = _i; $f._i$1 = _i$1; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._ref = _ref; $f._ref$1 = _ref$1; $f._tuple = _tuple; $f.ascii = ascii; $f.enc = enc; $f.h = h; $f.isTE = isTE; $f.k = k; $f.k$1 = k$1; $f.keys = keys; $f.sorter = sorter; $f.v = v; $f.vv = vv; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
106424
106472
  };
106425
106473
  http2FrameWriteRequest.ptr.prototype.StreamID = function() {
106426
106474
  var _tuple, ok, se, wr;
@@ -106599,16 +106647,16 @@ $packages["net/http"] = (function() {
106599
106647
  }
106600
106648
  x$4 = ln - 1 >> 0;
106601
106649
  q = (x$5 = p.$get(), ((x$4 < 0 || x$4 >= x$5.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$5.$array[x$5.$offset + x$4]));
106602
- (x$6 = p.$get(), ((x$4 < 0 || x$4 >= x$6.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$6.$array[x$6.$offset + x$4] = ptrType$80.nil));
106650
+ (x$6 = p.$get(), ((x$4 < 0 || x$4 >= x$6.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$6.$array[x$6.$offset + x$4] = ptrType$81.nil));
106603
106651
  p.$set($subslice((p.$get()), 0, x$4));
106604
106652
  return q;
106605
106653
  };
106606
106654
  http2NewPriorityWriteScheduler = function(cfg) {
106607
106655
  var _key, cfg, ws;
106608
- if (cfg === ptrType$81.nil) {
106656
+ if (cfg === ptrType$82.nil) {
106609
106657
  cfg = new http2PriorityWriteSchedulerConfig.ptr(10, 10, false);
106610
106658
  }
106611
- ws = new http2priorityWriteScheduler.ptr(new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil), {}, 0, sliceType$25.nil, sliceType$25.nil, cfg.MaxClosedNodesInTree, cfg.MaxIdleNodesInTree, 0, cfg.ThrottleOutOfOrderWrites, sliceType$25.nil, http2writeQueuePool.nil);
106659
+ ws = new http2priorityWriteScheduler.ptr(new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil), {}, 0, sliceType$25.nil, sliceType$25.nil, cfg.MaxClosedNodesInTree, cfg.MaxIdleNodesInTree, 0, cfg.ThrottleOutOfOrderWrites, sliceType$25.nil, http2writeQueuePool.nil);
106612
106660
  _key = 0; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: ws.root };
106613
106661
  if (cfg.ThrottleOutOfOrderWrites) {
106614
106662
  ws.writeThrottleLimit = 1024;
@@ -106627,24 +106675,24 @@ $packages["net/http"] = (function() {
106627
106675
  return;
106628
106676
  }
106629
106677
  parent$1 = n.parent;
106630
- if (!(parent$1 === ptrType$82.nil)) {
106631
- if (n.prev === ptrType$82.nil) {
106678
+ if (!(parent$1 === ptrType$83.nil)) {
106679
+ if (n.prev === ptrType$83.nil) {
106632
106680
  parent$1.kids = n.next;
106633
106681
  } else {
106634
106682
  n.prev.next = n.next;
106635
106683
  }
106636
- if (!(n.next === ptrType$82.nil)) {
106684
+ if (!(n.next === ptrType$83.nil)) {
106637
106685
  n.next.prev = n.prev;
106638
106686
  }
106639
106687
  }
106640
106688
  n.parent = parent;
106641
- if (parent === ptrType$82.nil) {
106642
- n.next = ptrType$82.nil;
106643
- n.prev = ptrType$82.nil;
106689
+ if (parent === ptrType$83.nil) {
106690
+ n.next = ptrType$83.nil;
106691
+ n.prev = ptrType$83.nil;
106644
106692
  } else {
106645
106693
  n.next = parent.kids;
106646
- n.prev = ptrType$82.nil;
106647
- if (!(n.next === ptrType$82.nil)) {
106694
+ n.prev = ptrType$83.nil;
106695
+ if (!(n.next === ptrType$83.nil)) {
106648
106696
  n.next.prev = n;
106649
106697
  }
106650
106698
  parent.kids = n;
@@ -106656,7 +106704,7 @@ $packages["net/http"] = (function() {
106656
106704
  n = this;
106657
106705
  n.bytes = (x$4 = n.bytes, x$5 = b, new $Int64(x$4.$high + x$5.$high, x$4.$low + x$5.$low));
106658
106706
  while (true) {
106659
- if (!(!(n === ptrType$82.nil))) { break; }
106707
+ if (!(!(n === ptrType$83.nil))) { break; }
106660
106708
  n.subtreeBytes = (x$6 = n.subtreeBytes, x$7 = b, new $Int64(x$6.$high + x$7.$high, x$6.$low + x$7.$low));
106661
106709
  n = n.parent;
106662
106710
  }
@@ -106674,7 +106722,7 @@ $packages["net/http"] = (function() {
106674
106722
  /* if (_v) { */ case 1:
106675
106723
  $s = -1; return true;
106676
106724
  /* } */ case 2:
106677
- if (n.kids === ptrType$82.nil) {
106725
+ if (n.kids === ptrType$83.nil) {
106678
106726
  $s = -1; return false;
106679
106727
  }
106680
106728
  if (!((n.id === 0))) {
@@ -106684,7 +106732,7 @@ $packages["net/http"] = (function() {
106684
106732
  needSort = false;
106685
106733
  k = n.kids.next;
106686
106734
  while (true) {
106687
- if (!(!(k === ptrType$82.nil))) { break; }
106735
+ if (!(!(k === ptrType$83.nil))) { break; }
106688
106736
  if (!((k.weight === w))) {
106689
106737
  needSort = true;
106690
106738
  break;
@@ -106696,7 +106744,7 @@ $packages["net/http"] = (function() {
106696
106744
  /* if (!needSort) { */ case 5:
106697
106745
  k$1 = n.kids;
106698
106746
  /* while (true) { */ case 7:
106699
- /* if (!(!(k$1 === ptrType$82.nil))) { break; } */ if(!(!(k$1 === ptrType$82.nil))) { $s = 8; continue; }
106747
+ /* if (!(!(k$1 === ptrType$83.nil))) { break; } */ if(!(!(k$1 === ptrType$83.nil))) { $s = 8; continue; }
106700
106748
  _r$3 = k$1.walkReadyInOrder(openParent, tmp, f); /* */ $s = 11; case 11: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
106701
106749
  /* */ if (_r$3) { $s = 9; continue; }
106702
106750
  /* */ $s = 10; continue;
@@ -106709,9 +106757,9 @@ $packages["net/http"] = (function() {
106709
106757
  /* } */ case 6:
106710
106758
  tmp.$set($subslice((tmp.$get()), 0, 0));
106711
106759
  while (true) {
106712
- if (!(!(n.kids === ptrType$82.nil))) { break; }
106760
+ if (!(!(n.kids === ptrType$83.nil))) { break; }
106713
106761
  tmp.$set($append(tmp.$get(), n.kids));
106714
- n.kids.setParent(ptrType$82.nil);
106762
+ n.kids.setParent(ptrType$83.nil);
106715
106763
  }
106716
106764
  $r = sort.Sort(((x$4 = tmp.$get(), $subslice(new http2sortPriorityNodeSiblings(x$4.$array), x$4.$offset, x$4.$offset + x$4.$length)))); /* */ $s = 12; case 12: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
106717
106765
  i = tmp.$get().$length - 1 >> 0;
@@ -106722,7 +106770,7 @@ $packages["net/http"] = (function() {
106722
106770
  }
106723
106771
  k$2 = n.kids;
106724
106772
  /* while (true) { */ case 13:
106725
- /* if (!(!(k$2 === ptrType$82.nil))) { break; } */ if(!(!(k$2 === ptrType$82.nil))) { $s = 14; continue; }
106773
+ /* if (!(!(k$2 === ptrType$83.nil))) { break; } */ if(!(!(k$2 === ptrType$83.nil))) { $s = 14; continue; }
106726
106774
  _r$4 = k$2.walkReadyInOrder(openParent, tmp, f); /* */ $s = 17; case 17: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
106727
106775
  /* */ if (_r$4) { $s = 15; continue; }
106728
106776
  /* */ $s = 16; continue;
@@ -106774,10 +106822,10 @@ $packages["net/http"] = (function() {
106774
106822
  var _entry, _entry$1, _key, _r$2, curr, n, options, parent, streamID, ws, $s, $r;
106775
106823
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _key = $f._key; _r$2 = $f._r$2; curr = $f.curr; n = $f.n; options = $f.options; parent = $f.parent; streamID = $f.streamID; ws = $f.ws; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
106776
106824
  ws = this;
106777
- curr = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil);
106778
- /* */ if (!(curr === ptrType$82.nil)) { $s = 1; continue; }
106825
+ curr = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil);
106826
+ /* */ if (!(curr === ptrType$83.nil)) { $s = 1; continue; }
106779
106827
  /* */ $s = 2; continue;
106780
- /* if (!(curr === ptrType$82.nil)) { */ case 1:
106828
+ /* if (!(curr === ptrType$83.nil)) { */ case 1:
106781
106829
  /* */ if (!((curr.state === 2))) { $s = 3; continue; }
106782
106830
  /* */ $s = 4; continue;
106783
106831
  /* if (!((curr.state === 2))) { */ case 3:
@@ -106787,11 +106835,11 @@ $packages["net/http"] = (function() {
106787
106835
  curr.state = 0;
106788
106836
  $s = -1; return;
106789
106837
  /* } */ case 2:
106790
- parent = (_entry$1 = ws.nodes[$Uint32.keyFor(options.PusherID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil);
106791
- if (parent === ptrType$82.nil) {
106838
+ parent = (_entry$1 = ws.nodes[$Uint32.keyFor(options.PusherID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil);
106839
+ if (parent === ptrType$83.nil) {
106792
106840
  parent = ws.root;
106793
106841
  }
106794
- n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
106842
+ n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
106795
106843
  n.setParent(parent);
106796
106844
  _key = streamID; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: n };
106797
106845
  if (streamID > ws.maxID) {
@@ -106809,26 +106857,26 @@ $packages["net/http"] = (function() {
106809
106857
  if (streamID === 0) {
106810
106858
  $panic(new $String("violation of WriteScheduler interface: cannot close stream 0"));
106811
106859
  }
106812
- /* */ if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil) === ptrType$82.nil) { $s = 1; continue; }
106860
+ /* */ if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil) === ptrType$83.nil) { $s = 1; continue; }
106813
106861
  /* */ $s = 2; continue;
106814
- /* if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil) === ptrType$82.nil) { */ case 1:
106862
+ /* if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil) === ptrType$83.nil) { */ case 1:
106815
106863
  _r$2 = fmt.Sprintf("violation of WriteScheduler interface: unknown stream %d", new sliceType([new $Uint32(streamID)])); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
106816
106864
  $panic(new $String(_r$2));
106817
106865
  /* } */ case 2:
106818
- /* */ if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil).state === 0))) { $s = 4; continue; }
106866
+ /* */ if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil).state === 0))) { $s = 4; continue; }
106819
106867
  /* */ $s = 5; continue;
106820
- /* if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil).state === 0))) { */ case 4:
106868
+ /* if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil).state === 0))) { */ case 4:
106821
106869
  _r$3 = fmt.Sprintf("violation of WriteScheduler interface: stream %d already closed", new sliceType([new $Uint32(streamID)])); /* */ $s = 6; case 6: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
106822
106870
  $panic(new $String(_r$3));
106823
106871
  /* } */ case 5:
106824
- n = (_entry$2 = ws.nodes[$Uint32.keyFor(streamID)], _entry$2 !== undefined ? _entry$2.v : ptrType$82.nil);
106872
+ n = (_entry$2 = ws.nodes[$Uint32.keyFor(streamID)], _entry$2 !== undefined ? _entry$2.v : ptrType$83.nil);
106825
106873
  n.state = 1;
106826
106874
  n.addBytes((x$4 = n.bytes, new $Int64(-x$4.$high, -x$4.$low)));
106827
106875
  q[0] = $clone(n.q, http2writeQueue);
106828
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q[0]);
106876
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q[0]);
106829
106877
  n.q.s = sliceType$24.nil;
106830
106878
  if (ws.maxClosedNodesInTree > 0) {
106831
- ws.addClosedOrIdleNode((ws.$ptr_closedNodes || (ws.$ptr_closedNodes = new ptrType$84(function() { return this.$target.closedNodes; }, function($v) { this.$target.closedNodes = $v; }, ws))), ws.maxClosedNodesInTree, n);
106879
+ ws.addClosedOrIdleNode((ws.$ptr_closedNodes || (ws.$ptr_closedNodes = new ptrType$85(function() { return this.$target.closedNodes; }, function($v) { this.$target.closedNodes = $v; }, ws))), ws.maxClosedNodesInTree, n);
106832
106880
  } else {
106833
106881
  ws.removeNode(n);
106834
106882
  }
@@ -106842,19 +106890,19 @@ $packages["net/http"] = (function() {
106842
106890
  if (streamID === 0) {
106843
106891
  $panic(new $String("adjustPriority on root"));
106844
106892
  }
106845
- n = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil);
106846
- if (n === ptrType$82.nil) {
106893
+ n = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil);
106894
+ if (n === ptrType$83.nil) {
106847
106895
  if (streamID <= ws.maxID || (ws.maxIdleNodesInTree === 0)) {
106848
106896
  return;
106849
106897
  }
106850
106898
  ws.maxID = streamID;
106851
- n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 2, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
106899
+ n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 2, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
106852
106900
  n.setParent(ws.root);
106853
106901
  _key = streamID; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: n };
106854
- ws.addClosedOrIdleNode((ws.$ptr_idleNodes || (ws.$ptr_idleNodes = new ptrType$84(function() { return this.$target.idleNodes; }, function($v) { this.$target.idleNodes = $v; }, ws))), ws.maxIdleNodesInTree, n);
106902
+ ws.addClosedOrIdleNode((ws.$ptr_idleNodes || (ws.$ptr_idleNodes = new ptrType$85(function() { return this.$target.idleNodes; }, function($v) { this.$target.idleNodes = $v; }, ws))), ws.maxIdleNodesInTree, n);
106855
106903
  }
106856
- parent = (_entry$1 = ws.nodes[$Uint32.keyFor(priority.StreamDep)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil);
106857
- if (parent === ptrType$82.nil) {
106904
+ parent = (_entry$1 = ws.nodes[$Uint32.keyFor(priority.StreamDep)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil);
106905
+ if (parent === ptrType$83.nil) {
106858
106906
  n.setParent(ws.root);
106859
106907
  n.weight = 15;
106860
106908
  return;
@@ -106864,7 +106912,7 @@ $packages["net/http"] = (function() {
106864
106912
  }
106865
106913
  x$4 = parent.parent;
106866
106914
  while (true) {
106867
- if (!(!(x$4 === ptrType$82.nil))) { break; }
106915
+ if (!(!(x$4 === ptrType$83.nil))) { break; }
106868
106916
  if (x$4 === n) {
106869
106917
  parent.setParent(n.parent);
106870
106918
  break;
@@ -106874,7 +106922,7 @@ $packages["net/http"] = (function() {
106874
106922
  if (priority.Exclusive) {
106875
106923
  k = parent.kids;
106876
106924
  while (true) {
106877
- if (!(!(k === ptrType$82.nil))) { break; }
106925
+ if (!(!(k === ptrType$83.nil))) { break; }
106878
106926
  next = k.next;
106879
106927
  if (!(k === n)) {
106880
106928
  k.setParent(n);
@@ -106889,13 +106937,13 @@ $packages["net/http"] = (function() {
106889
106937
  http2priorityWriteScheduler.ptr.prototype.Push = function(wr) {
106890
106938
  var _entry, id, n, wr, ws;
106891
106939
  ws = this;
106892
- n = ptrType$82.nil;
106940
+ n = ptrType$83.nil;
106893
106941
  id = $clone(wr, http2FrameWriteRequest).StreamID();
106894
106942
  if (id === 0) {
106895
106943
  n = ws.root;
106896
106944
  } else {
106897
- n = (_entry = ws.nodes[$Uint32.keyFor(id)], _entry !== undefined ? _entry.v : ptrType$82.nil);
106898
- if (n === ptrType$82.nil) {
106945
+ n = (_entry = ws.nodes[$Uint32.keyFor(id)], _entry !== undefined ? _entry.v : ptrType$83.nil);
106946
+ if (n === ptrType$83.nil) {
106899
106947
  if ($clone(wr, http2FrameWriteRequest).DataSize() > 0) {
106900
106948
  $panic(new $String("add DATA on non-open stream"));
106901
106949
  }
@@ -106914,7 +106962,7 @@ $packages["net/http"] = (function() {
106914
106962
  wr[0] = new http2FrameWriteRequest.ptr($ifaceNil, ptrType$5.nil, $chanNil);
106915
106963
  ok[0] = false;
106916
106964
  ws[0] = this;
106917
- _r$2 = ws[0].root.walkReadyInOrder(false, (ws[0].$ptr_tmp || (ws[0].$ptr_tmp = new ptrType$84(function() { return this.$target.tmp; }, function($v) { this.$target.tmp = $v; }, ws[0]))), (function(ok, wr, ws) { return function(n, openParent) {
106965
+ _r$2 = ws[0].root.walkReadyInOrder(false, (ws[0].$ptr_tmp || (ws[0].$ptr_tmp = new ptrType$85(function() { return this.$target.tmp; }, function($v) { this.$target.tmp = $v; }, ws[0]))), (function(ok, wr, ws) { return function(n, openParent) {
106918
106966
  var _tuple, limit, n, openParent;
106919
106967
  limit = 2147483647;
106920
106968
  if (openParent) {
@@ -106966,11 +107014,11 @@ $packages["net/http"] = (function() {
106966
107014
  ws = this;
106967
107015
  k = n.kids;
106968
107016
  while (true) {
106969
- if (!(!(k === ptrType$82.nil))) { break; }
107017
+ if (!(!(k === ptrType$83.nil))) { break; }
106970
107018
  k.setParent(n.parent);
106971
107019
  k = k.next;
106972
107020
  }
106973
- n.setParent(ptrType$82.nil);
107021
+ n.setParent(ptrType$83.nil);
106974
107022
  delete ws.nodes[$Uint32.keyFor(n.id)];
106975
107023
  };
106976
107024
  http2priorityWriteScheduler.prototype.removeNode = function(n) { return this.$val.removeNode(n); };
@@ -106985,14 +107033,14 @@ $packages["net/http"] = (function() {
106985
107033
  http2randomWriteScheduler.ptr.prototype.CloseStream = function(streamID) {
106986
107034
  var _entry, _tuple, ok, q, streamID, ws;
106987
107035
  ws = this;
106988
- _tuple = (_entry = ws.sq[$Uint32.keyFor(streamID)], _entry !== undefined ? [_entry.v, true] : [ptrType$80.nil, false]);
107036
+ _tuple = (_entry = ws.sq[$Uint32.keyFor(streamID)], _entry !== undefined ? [_entry.v, true] : [ptrType$81.nil, false]);
106989
107037
  q = _tuple[0];
106990
107038
  ok = _tuple[1];
106991
107039
  if (!ok) {
106992
107040
  return;
106993
107041
  }
106994
107042
  delete ws.sq[$Uint32.keyFor(streamID)];
106995
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
107043
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
106996
107044
  };
106997
107045
  http2randomWriteScheduler.prototype.CloseStream = function(streamID) { return this.$val.CloseStream(streamID); };
106998
107046
  http2randomWriteScheduler.ptr.prototype.AdjustStream = function(streamID, priority) {
@@ -107008,11 +107056,11 @@ $packages["net/http"] = (function() {
107008
107056
  ws.zero.push($clone(wr, http2FrameWriteRequest));
107009
107057
  return;
107010
107058
  }
107011
- _tuple = (_entry = ws.sq[$Uint32.keyFor(id)], _entry !== undefined ? [_entry.v, true] : [ptrType$80.nil, false]);
107059
+ _tuple = (_entry = ws.sq[$Uint32.keyFor(id)], _entry !== undefined ? [_entry.v, true] : [ptrType$81.nil, false]);
107012
107060
  q = _tuple[0];
107013
107061
  ok = _tuple[1];
107014
107062
  if (!ok) {
107015
- q = (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get();
107063
+ q = (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get();
107016
107064
  _key = id; (ws.sq || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: q };
107017
107065
  }
107018
107066
  q.push($clone(wr, http2FrameWriteRequest));
@@ -107042,7 +107090,7 @@ $packages["net/http"] = (function() {
107042
107090
  if (ok) {
107043
107091
  if (q.empty()) {
107044
107092
  delete ws.sq[$Uint32.keyFor(streamID)];
107045
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
107093
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
107046
107094
  }
107047
107095
  return [wr, true];
107048
107096
  }
@@ -107214,10 +107262,10 @@ $packages["net/http"] = (function() {
107214
107262
  var _entry, _entry$1, _i, _keys, _r$2, _ref, _tmp, _tmp$1, exclude, h, hs, k, kvs, vv, $s, $r;
107215
107263
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _i = $f._i; _keys = $f._keys; _r$2 = $f._r$2; _ref = $f._ref; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; exclude = $f.exclude; h = $f.h; hs = $f.hs; k = $f.k; kvs = $f.kvs; vv = $f.vv; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
107216
107264
  kvs = sliceType$5.nil;
107217
- hs = ptrType$85.nil;
107265
+ hs = ptrType$86.nil;
107218
107266
  h = this.$val;
107219
107267
  _r$2 = headerSorterPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
107220
- hs = $assertType(_r$2, ptrType$85);
107268
+ hs = $assertType(_r$2, ptrType$86);
107221
107269
  if (hs.kvs.$capacity < $keys(h).length) {
107222
107270
  hs.kvs = $makeSlice(sliceType$5, 0, $keys(h).length);
107223
107271
  }
@@ -107582,10 +107630,10 @@ $packages["net/http"] = (function() {
107582
107630
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; r = $f.r; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
107583
107631
  r = this;
107584
107632
  if (r.MultipartForm === multipartByReader) {
107585
- $s = -1; return [ptrType$86.nil, errors.New("http: MultipartReader called twice")];
107633
+ $s = -1; return [ptrType$87.nil, errors.New("http: MultipartReader called twice")];
107586
107634
  }
107587
107635
  if (!(r.MultipartForm === ptrType$20.nil)) {
107588
- $s = -1; return [ptrType$86.nil, errors.New("http: multipart handled by ParseMultipartForm")];
107636
+ $s = -1; return [ptrType$87.nil, errors.New("http: multipart handled by ParseMultipartForm")];
107589
107637
  }
107590
107638
  r.MultipartForm = multipartByReader;
107591
107639
  _r$2 = r.multipartReader(true); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
@@ -107600,7 +107648,7 @@ $packages["net/http"] = (function() {
107600
107648
  _r$2 = new Header(r.Header).Get("Content-Type"); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
107601
107649
  v = _r$2;
107602
107650
  if (v === "") {
107603
- $s = -1; return [ptrType$86.nil, $pkg.ErrNotMultipart];
107651
+ $s = -1; return [ptrType$87.nil, $pkg.ErrNotMultipart];
107604
107652
  }
107605
107653
  _r$3 = mime.ParseMediaType(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
107606
107654
  _tuple = _r$3;
@@ -107608,13 +107656,13 @@ $packages["net/http"] = (function() {
107608
107656
  params = _tuple[1];
107609
107657
  err = _tuple[2];
107610
107658
  if (!($interfaceIsEqual(err, $ifaceNil)) || !(d === "multipart/form-data" || allowMixed && d === "multipart/mixed")) {
107611
- $s = -1; return [ptrType$86.nil, $pkg.ErrNotMultipart];
107659
+ $s = -1; return [ptrType$87.nil, $pkg.ErrNotMultipart];
107612
107660
  }
107613
107661
  _tuple$1 = (_entry = params[$String.keyFor("boundary")], _entry !== undefined ? [_entry.v, true] : ["", false]);
107614
107662
  boundary = _tuple$1[0];
107615
107663
  ok = _tuple$1[1];
107616
107664
  if (!ok) {
107617
- $s = -1; return [ptrType$86.nil, $pkg.ErrMissingBoundary];
107665
+ $s = -1; return [ptrType$87.nil, $pkg.ErrMissingBoundary];
107618
107666
  }
107619
107667
  $s = -1; return [multipart.NewReader(r.Body, boundary), $ifaceNil];
107620
107668
  /* */ } return; } if ($f === undefined) { $f = { $blk: Request.ptr.prototype.multipartReader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.allowMixed = allowMixed; $f.boundary = boundary; $f.d = d; $f.err = err; $f.ok = ok; $f.params = params; $f.r = r; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
@@ -108099,7 +108147,7 @@ $packages["net/http"] = (function() {
108099
108147
  _r$2 = textprotoReaderPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
108100
108148
  v = _r$2;
108101
108149
  if (!($interfaceIsEqual(v, $ifaceNil))) {
108102
- tr = $assertType(v, ptrType$89);
108150
+ tr = $assertType(v, ptrType$90);
108103
108151
  tr.R = br;
108104
108152
  $s = -1; return tr;
108105
108153
  }
@@ -108109,7 +108157,7 @@ $packages["net/http"] = (function() {
108109
108157
  };
108110
108158
  putTextprotoReader = function(r) {
108111
108159
  var r;
108112
- r.R = ptrType$75.nil;
108160
+ r.R = ptrType$77.nil;
108113
108161
  textprotoReaderPool.Put(r);
108114
108162
  };
108115
108163
  readRequest = function(b, deleteHostHeader) {
@@ -108353,7 +108401,7 @@ $packages["net/http"] = (function() {
108353
108401
  /* if (ct === "application/x-www-form-urlencoded") { */ case 4:
108354
108402
  reader = r.Body;
108355
108403
  maxFormSize = new $Int64(2147483647, 4294967295);
108356
- _tuple$1 = $assertType(r.Body, ptrType$90, true);
108404
+ _tuple$1 = $assertType(r.Body, ptrType$91, true);
108357
108405
  ok = _tuple$1[1];
108358
108406
  if (!ok) {
108359
108407
  maxFormSize = new $Int64(0, 10485760);
@@ -108797,12 +108845,12 @@ $packages["net/http"] = (function() {
108797
108845
  var _r$2, _r$3, _r$4, _tmp, _tmp$1, _tmp$2, _tmp$3, _tmp$4, _tmp$5, _tuple, buf, c, err, err$1, rwc, $s, $r;
108798
108846
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tuple = $f._tuple; buf = $f.buf; c = $f.c; err = $f.err; err$1 = $f.err$1; rwc = $f.rwc; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
108799
108847
  rwc = $ifaceNil;
108800
- buf = ptrType$91.nil;
108848
+ buf = ptrType$92.nil;
108801
108849
  err = $ifaceNil;
108802
108850
  c = this;
108803
108851
  if (c.hijackedv) {
108804
108852
  _tmp = $ifaceNil;
108805
- _tmp$1 = ptrType$91.nil;
108853
+ _tmp$1 = ptrType$92.nil;
108806
108854
  _tmp$2 = $pkg.ErrHijacked;
108807
108855
  rwc = _tmp;
108808
108856
  buf = _tmp$1;
@@ -108825,7 +108873,7 @@ $packages["net/http"] = (function() {
108825
108873
  /* */ $s = 7; continue;
108826
108874
  /* if (!($interfaceIsEqual(err$1, $ifaceNil))) { */ case 6:
108827
108875
  _tmp$3 = $ifaceNil;
108828
- _tmp$4 = ptrType$91.nil;
108876
+ _tmp$4 = ptrType$92.nil;
108829
108877
  _r$4 = fmt.Errorf("unexpected Peek failure reading buffered byte: %v", new sliceType([err$1])); /* */ $s = 8; case 8: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
108830
108878
  _tmp$5 = _r$4;
108831
108879
  rwc = _tmp$3;
@@ -108987,17 +109035,17 @@ $packages["net/http"] = (function() {
108987
109035
  $ptrType(atomicBool).prototype.isSet = function() {
108988
109036
  var _ptr, b;
108989
109037
  b = this;
108990
- return !((atomic.LoadInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target)))) === 0));
109038
+ return !((atomic.LoadInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target)))) === 0));
108991
109039
  };
108992
109040
  $ptrType(atomicBool).prototype.setTrue = function() {
108993
109041
  var _ptr, b;
108994
109042
  b = this;
108995
- atomic.StoreInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 1);
109043
+ atomic.StoreInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 1);
108996
109044
  };
108997
109045
  $ptrType(atomicBool).prototype.setFalse = function() {
108998
109046
  var _ptr, b;
108999
109047
  b = this;
109000
- atomic.StoreInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 0);
109048
+ atomic.StoreInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 0);
109001
109049
  };
109002
109050
  response.ptr.prototype.declareTrailer = function(k) {
109003
109051
  var _r$2, _r$3, k, w, $s, $r;
@@ -109032,8 +109080,8 @@ $packages["net/http"] = (function() {
109032
109080
  };
109033
109081
  response.prototype.requestTooLarge = function() { return this.$val.requestTooLarge(); };
109034
109082
  response.ptr.prototype.ReadFrom = function(src) {
109035
- var _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _tmp, _tmp$1, _tmp$2, _tmp$3, _tmp$4, _tmp$5, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, atEOF, buf, bufp, er, err, err$1, ew, n, n0, n0$1, nr, nw, ok, rf, src, w, x$10, x$4, x$5, x$6, x$7, x$8, x$9, $s, $deferred, $r;
109036
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; atEOF = $f.atEOF; buf = $f.buf; bufp = $f.bufp; er = $f.er; err = $f.err; err$1 = $f.err$1; ew = $f.ew; n = $f.n; n0 = $f.n0; n0$1 = $f.n0$1; nr = $f.nr; nw = $f.nw; ok = $f.ok; rf = $f.rf; src = $f.src; w = $f.w; x$10 = $f.x$10; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; x$9 = $f.x$9; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
109083
+ var _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _tmp, _tmp$1, _tmp$2, _tmp$3, _tmp$4, _tmp$5, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, buf, bufp, err, err$1, err$2, n, n0, n0$1, n0$2, ok, rf, src, w, x$10, x$11, x$4, x$5, x$6, x$7, x$8, x$9, $s, $deferred, $r;
109084
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; buf = $f.buf; bufp = $f.bufp; err = $f.err; err$1 = $f.err$1; err$2 = $f.err$2; n = $f.n; n0 = $f.n0; n0$1 = $f.n0$1; n0$2 = $f.n0$2; ok = $f.ok; rf = $f.rf; src = $f.src; w = $f.w; x$10 = $f.x$10; x$11 = $f.x$11; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; x$9 = $f.x$9; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
109037
109085
  n = new $Int64(0, 0);
109038
109086
  err = $ifaceNil;
109039
109087
  w = this;
@@ -109053,77 +109101,58 @@ $packages["net/http"] = (function() {
109053
109101
  err = _tuple$1[1];
109054
109102
  $s = -1; return [n, err];
109055
109103
  /* } */ case 3:
109056
- _r$4 = src.Read($subslice(buf, 0, 512)); /* */ $s = 5; case 5: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
109057
- _tuple$2 = _r$4;
109058
- nr = _tuple$2[0];
109059
- er = _tuple$2[1];
109060
- _r$5 = errors.Is(er, io.EOF); /* */ $s = 6; case 6: if($c) { $c = false; _r$5 = _r$5.$blk(); } if (_r$5 && _r$5.$blk !== undefined) { break s; }
109061
- atEOF = _r$5;
109062
- n = (x$5 = (new $Int64(0, nr)), new $Int64(n.$high + x$5.$high, n.$low + x$5.$low));
109063
- /* */ if (nr > 0) { $s = 7; continue; }
109064
- /* */ $s = 8; continue;
109065
- /* if (nr > 0) { */ case 7:
109066
- _r$6 = w.Write($subslice(buf, 0, nr)); /* */ $s = 9; case 9: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
109067
- _tuple$3 = _r$6;
109068
- nw = _tuple$3[0];
109069
- ew = _tuple$3[1];
109070
- if (!($interfaceIsEqual(ew, $ifaceNil))) {
109071
- err = ew;
109072
- } else if (!((nr === nw))) {
109073
- err = io.ErrShortWrite;
109104
+ /* */ if (!w.cw.wroteHeader) { $s = 5; continue; }
109105
+ /* */ $s = 6; continue;
109106
+ /* if (!w.cw.wroteHeader) { */ case 5:
109107
+ _r$4 = io.CopyBuffer((x$5 = new writerOnly.ptr(w), new x$5.constructor.elem(x$5)), io.LimitReader(src, new $Int64(0, 512)), buf); /* */ $s = 7; case 7: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
109108
+ _tuple$2 = _r$4;
109109
+ n0 = _tuple$2[0];
109110
+ err$1 = _tuple$2[1];
109111
+ n = (x$6 = n0, new $Int64(n.$high + x$6.$high, n.$low + x$6.$low));
109112
+ if (!($interfaceIsEqual(err$1, $ifaceNil)) || (n0.$high < 0 || (n0.$high === 0 && n0.$low < 512))) {
109113
+ _tmp = n;
109114
+ _tmp$1 = err$1;
109115
+ n = _tmp;
109116
+ err = _tmp$1;
109117
+ $s = -1; return [n, err];
109074
109118
  }
109075
- /* } */ case 8:
109076
- if ($interfaceIsEqual(err, $ifaceNil) && !($interfaceIsEqual(er, $ifaceNil)) && !atEOF) {
109077
- err = er;
109078
- }
109079
- /* */ if ($interfaceIsEqual(err, $ifaceNil) && !w.wroteHeader) { $s = 10; continue; }
109119
+ /* } */ case 6:
109120
+ _r$5 = w.w.Flush(); /* */ $s = 8; case 8: if($c) { $c = false; _r$5 = _r$5.$blk(); } if (_r$5 && _r$5.$blk !== undefined) { break s; }
109121
+ _r$5;
109122
+ $r = w.cw.flush(); /* */ $s = 9; case 9: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109123
+ /* */ if (!w.cw.chunking && w.bodyAllowed()) { $s = 10; continue; }
109080
109124
  /* */ $s = 11; continue;
109081
- /* if ($interfaceIsEqual(err, $ifaceNil) && !w.wroteHeader) { */ case 10:
109082
- $r = w.WriteHeader(200); /* */ $s = 12; case 12: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109083
- /* } */ case 11:
109084
- if (!($interfaceIsEqual(err, $ifaceNil)) || atEOF) {
109085
- _tmp = n;
109086
- _tmp$1 = err;
109087
- n = _tmp;
109088
- err = _tmp$1;
109089
- $s = -1; return [n, err];
109090
- }
109091
- _r$7 = w.w.Flush(); /* */ $s = 13; case 13: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
109092
- _r$7;
109093
- $r = w.cw.flush(); /* */ $s = 14; case 14: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109094
- /* */ if (!w.cw.chunking && w.bodyAllowed()) { $s = 15; continue; }
109095
- /* */ $s = 16; continue;
109096
- /* if (!w.cw.chunking && w.bodyAllowed()) { */ case 15:
109097
- _r$8 = rf.ReadFrom(src); /* */ $s = 17; case 17: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
109098
- _tuple$4 = _r$8;
109099
- n0 = _tuple$4[0];
109100
- err$1 = _tuple$4[1];
109101
- n = (x$6 = n0, new $Int64(n.$high + x$6.$high, n.$low + x$6.$low));
109102
- w.written = (x$7 = w.written, x$8 = n0, new $Int64(x$7.$high + x$8.$high, x$7.$low + x$8.$low));
109125
+ /* if (!w.cw.chunking && w.bodyAllowed()) { */ case 10:
109126
+ _r$6 = rf.ReadFrom(src); /* */ $s = 12; case 12: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
109127
+ _tuple$3 = _r$6;
109128
+ n0$1 = _tuple$3[0];
109129
+ err$2 = _tuple$3[1];
109130
+ n = (x$7 = n0$1, new $Int64(n.$high + x$7.$high, n.$low + x$7.$low));
109131
+ w.written = (x$8 = w.written, x$9 = n0$1, new $Int64(x$8.$high + x$9.$high, x$8.$low + x$9.$low));
109103
109132
  _tmp$2 = n;
109104
- _tmp$3 = err$1;
109133
+ _tmp$3 = err$2;
109105
109134
  n = _tmp$2;
109106
109135
  err = _tmp$3;
109107
109136
  $s = -1; return [n, err];
109108
- /* } */ case 16:
109109
- _r$9 = io.Copy((x$9 = new writerOnly.ptr(w), new x$9.constructor.elem(x$9)), src); /* */ $s = 18; case 18: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
109110
- _tuple$5 = _r$9;
109111
- n0$1 = _tuple$5[0];
109112
- err = _tuple$5[1];
109113
- n = (x$10 = n0$1, new $Int64(n.$high + x$10.$high, n.$low + x$10.$low));
109137
+ /* } */ case 11:
109138
+ _r$7 = io.CopyBuffer((x$10 = new writerOnly.ptr(w), new x$10.constructor.elem(x$10)), src, buf); /* */ $s = 13; case 13: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
109139
+ _tuple$4 = _r$7;
109140
+ n0$2 = _tuple$4[0];
109141
+ err = _tuple$4[1];
109142
+ n = (x$11 = n0$2, new $Int64(n.$high + x$11.$high, n.$low + x$11.$low));
109114
109143
  _tmp$4 = n;
109115
109144
  _tmp$5 = err;
109116
109145
  n = _tmp$4;
109117
109146
  err = _tmp$5;
109118
109147
  $s = -1; return [n, err];
109119
- /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if (!$curGoroutine.asleep) { return [n, err]; } if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: response.ptr.prototype.ReadFrom }; } $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tmp$2 = _tmp$2; $f._tmp$3 = _tmp$3; $f._tmp$4 = _tmp$4; $f._tmp$5 = _tmp$5; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f.atEOF = atEOF; $f.buf = buf; $f.bufp = bufp; $f.er = er; $f.err = err; $f.err$1 = err$1; $f.ew = ew; $f.n = n; $f.n0 = n0; $f.n0$1 = n0$1; $f.nr = nr; $f.nw = nw; $f.ok = ok; $f.rf = rf; $f.src = src; $f.w = w; $f.x$10 = x$10; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.x$9 = x$9; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
109148
+ /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if (!$curGoroutine.asleep) { return [n, err]; } if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: response.ptr.prototype.ReadFrom }; } $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tmp$2 = _tmp$2; $f._tmp$3 = _tmp$3; $f._tmp$4 = _tmp$4; $f._tmp$5 = _tmp$5; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f.buf = buf; $f.bufp = bufp; $f.err = err; $f.err$1 = err$1; $f.err$2 = err$2; $f.n = n; $f.n0 = n0; $f.n0$1 = n0$1; $f.n0$2 = n0$2; $f.ok = ok; $f.rf = rf; $f.src = src; $f.w = w; $f.x$10 = x$10; $f.x$11 = x$11; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.x$9 = x$9; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
109120
109149
  };
109121
109150
  response.prototype.ReadFrom = function(src) { return this.$val.ReadFrom(src); };
109122
109151
  Server.ptr.prototype.newConn = function(rwc) {
109123
109152
  var _r$2, c, rwc, srv, $s, $r;
109124
109153
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; c = $f.c; rwc = $f.rwc; srv = $f.srv; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
109125
109154
  srv = this;
109126
- c = new conn.ptr(srv, $throwNilPointerError, rwc, "", ptrType$21.nil, $ifaceNil, ptrType$93.nil, ptrType$75.nil, ptrType$9.nil, "", new atomic.Value.ptr($ifaceNil), new structType$2.ptr(new $Uint64(0, 0)), new sync.Mutex.ptr(0, 0), false);
109155
+ c = new conn.ptr(srv, $throwNilPointerError, rwc, "", ptrType$21.nil, $ifaceNil, ptrType$94.nil, ptrType$77.nil, ptrType$9.nil, "", new atomic.Value.ptr($ifaceNil), new structType$2.ptr(new $Uint64(0, 0)), new sync.Mutex.ptr(0, 0), false);
109127
109156
  /* */ if (false) { $s = 1; continue; }
109128
109157
  /* */ $s = 2; continue;
109129
109158
  /* if (false) { */ case 1:
@@ -109139,7 +109168,7 @@ $packages["net/http"] = (function() {
109139
109168
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; cr = $f.cr; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
109140
109169
  cr = this;
109141
109170
  $r = cr.mu.Lock(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109142
- if (cr.cond === ptrType$74.nil) {
109171
+ if (cr.cond === ptrType$73.nil) {
109143
109172
  cr.cond = sync.NewCond(cr.mu);
109144
109173
  }
109145
109174
  $s = -1; return;
@@ -109263,11 +109292,11 @@ $packages["net/http"] = (function() {
109263
109292
  var _tuple, cr, res, $s, $r;
109264
109293
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _tuple = $f._tuple; cr = $f.cr; res = $f.res; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
109265
109294
  cr = this;
109266
- _tuple = $assertType(cr.conn.curReq.Load(), ptrType$94, true);
109295
+ _tuple = $assertType(cr.conn.curReq.Load(), ptrType$95, true);
109267
109296
  res = _tuple[0];
109268
- /* */ if (!(res === ptrType$94.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$92(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { $s = 1; continue; }
109297
+ /* */ if (!(res === ptrType$95.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$93(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { $s = 1; continue; }
109269
109298
  /* */ $s = 2; continue;
109270
- /* if (!(res === ptrType$94.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$92(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { */ case 1:
109299
+ /* if (!(res === ptrType$95.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$93(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { */ case 1:
109271
109300
  $r = $send(res.closeNotifyCh, true); /* */ $s = 3; case 3: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109272
109301
  /* } */ case 2:
109273
109302
  $s = -1; return;
@@ -109360,7 +109389,7 @@ $packages["net/http"] = (function() {
109360
109389
  } else if (_1 === (4096)) {
109361
109390
  return bufioWriter4kPool;
109362
109391
  }
109363
- return ptrType$95.nil;
109392
+ return ptrType$96.nil;
109364
109393
  };
109365
109394
  newBufioReader = function(r) {
109366
109395
  var _r$2, br, r, v, $s, $r;
@@ -109368,7 +109397,7 @@ $packages["net/http"] = (function() {
109368
109397
  _r$2 = bufioReaderPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
109369
109398
  v = _r$2;
109370
109399
  if (!($interfaceIsEqual(v, $ifaceNil))) {
109371
- br = $assertType(v, ptrType$75);
109400
+ br = $assertType(v, ptrType$77);
109372
109401
  br.Reset(r);
109373
109402
  $s = -1; return br;
109374
109403
  }
@@ -109384,9 +109413,9 @@ $packages["net/http"] = (function() {
109384
109413
  var _r$2, bw, pool, size, v, w, $s, $r;
109385
109414
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; bw = $f.bw; pool = $f.pool; size = $f.size; v = $f.v; w = $f.w; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
109386
109415
  pool = bufioWriterPool(size);
109387
- /* */ if (!(pool === ptrType$95.nil)) { $s = 1; continue; }
109416
+ /* */ if (!(pool === ptrType$96.nil)) { $s = 1; continue; }
109388
109417
  /* */ $s = 2; continue;
109389
- /* if (!(pool === ptrType$95.nil)) { */ case 1:
109418
+ /* if (!(pool === ptrType$96.nil)) { */ case 1:
109390
109419
  _r$2 = pool.Get(); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
109391
109420
  v = _r$2;
109392
109421
  if (!($interfaceIsEqual(v, $ifaceNil))) {
@@ -109402,7 +109431,7 @@ $packages["net/http"] = (function() {
109402
109431
  var bw, pool;
109403
109432
  bw.Reset($ifaceNil);
109404
109433
  pool = bufioWriterPool(bw.Available());
109405
- if (!(pool === ptrType$95.nil)) {
109434
+ if (!(pool === ptrType$96.nil)) {
109406
109435
  pool.Put(bw);
109407
109436
  }
109408
109437
  };
@@ -109500,14 +109529,14 @@ $packages["net/http"] = (function() {
109500
109529
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _i = $f._i; _i$1 = $f._i$1; _keys = $f._keys; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _ref$1 = $f._ref$1; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$10 = $f._tmp$10; _tmp$11 = $f._tmp$11; _tmp$12 = $f._tmp$12; _tmp$13 = $f._tmp$13; _tmp$14 = $f._tmp$14; _tmp$15 = $f._tmp$15; _tmp$16 = $f._tmp$16; _tmp$17 = $f._tmp$17; _tmp$18 = $f._tmp$18; _tmp$19 = $f._tmp$19; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tmp$6 = $f._tmp$6; _tmp$7 = $f._tmp$7; _tmp$8 = $f._tmp$8; _tmp$9 = $f._tmp$9; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; body$1 = $f.body$1; c = $f.c; cancelCtx = $f.cancelCtx; ctx = $f.ctx; d = $f.d; d$1 = $f.d$1; d$2 = $f.d$2; err = $f.err; haveHost = $f.haveHost; hdrDeadline = $f.hdrDeadline; hosts = $f.hosts; isH2Upgrade = $f.isH2Upgrade; k = $f.k; ok = $f.ok; peek = $f.peek; req = $f.req; t0 = $f.t0; v = $f.v; vv = $f.vv; w = $f.w; wholeReqDeadline = $f.wholeReqDeadline; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
109501
109530
  c = [c];
109502
109531
  d = [d];
109503
- w = ptrType$94.nil;
109532
+ w = ptrType$95.nil;
109504
109533
  err = $ifaceNil;
109505
109534
  c[0] = this;
109506
109535
  _r$2 = c[0].hijacked(); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
109507
109536
  /* */ if (_r$2) { $s = 1; continue; }
109508
109537
  /* */ $s = 2; continue;
109509
109538
  /* if (_r$2) { */ case 1:
109510
- _tmp = ptrType$94.nil;
109539
+ _tmp = ptrType$95.nil;
109511
109540
  _tmp$1 = $pkg.ErrHijacked;
109512
109541
  w = _tmp;
109513
109542
  err = _tmp$1;
@@ -109555,20 +109584,20 @@ $packages["net/http"] = (function() {
109555
109584
  err = _tuple$1[1];
109556
109585
  if (!($interfaceIsEqual(err, $ifaceNil))) {
109557
109586
  if (c[0].r.hitReadLimit()) {
109558
- _tmp$2 = ptrType$94.nil;
109587
+ _tmp$2 = ptrType$95.nil;
109559
109588
  _tmp$3 = errTooLarge;
109560
109589
  w = _tmp$2;
109561
109590
  err = _tmp$3;
109562
109591
  $s = -1; return [w, err];
109563
109592
  }
109564
- _tmp$4 = ptrType$94.nil;
109593
+ _tmp$4 = ptrType$95.nil;
109565
109594
  _tmp$5 = err;
109566
109595
  w = _tmp$4;
109567
109596
  err = _tmp$5;
109568
109597
  $s = -1; return [w, err];
109569
109598
  }
109570
109599
  if (!http1ServerSupportsRequest(req)) {
109571
- _tmp$6 = ptrType$94.nil;
109600
+ _tmp$6 = ptrType$95.nil;
109572
109601
  _tmp$7 = (x$4 = new statusError.ptr(505, "unsupported protocol version"), new x$4.constructor.elem(x$4));
109573
109602
  w = _tmp$6;
109574
109603
  err = _tmp$7;
@@ -109581,21 +109610,21 @@ $packages["net/http"] = (function() {
109581
109610
  haveHost = _tuple$2[1];
109582
109611
  isH2Upgrade = req.isH2Upgrade();
109583
109612
  if (req.ProtoAtLeast(1, 1) && (!haveHost || (hosts.$length === 0)) && !isH2Upgrade && !(req.Method === "CONNECT")) {
109584
- _tmp$8 = ptrType$94.nil;
109613
+ _tmp$8 = ptrType$95.nil;
109585
109614
  _tmp$9 = badRequestError("missing required Host header");
109586
109615
  w = _tmp$8;
109587
109616
  err = _tmp$9;
109588
109617
  $s = -1; return [w, err];
109589
109618
  }
109590
109619
  if (hosts.$length > 1) {
109591
- _tmp$10 = ptrType$94.nil;
109620
+ _tmp$10 = ptrType$95.nil;
109592
109621
  _tmp$11 = badRequestError("too many Host headers");
109593
109622
  w = _tmp$10;
109594
109623
  err = _tmp$11;
109595
109624
  $s = -1; return [w, err];
109596
109625
  }
109597
109626
  if ((hosts.$length === 1) && !httpguts.ValidHostHeader((0 >= hosts.$length ? ($throwRuntimeError("index out of range"), undefined) : hosts.$array[hosts.$offset + 0]))) {
109598
- _tmp$12 = ptrType$94.nil;
109627
+ _tmp$12 = ptrType$95.nil;
109599
109628
  _tmp$13 = badRequestError("malformed Host header");
109600
109629
  w = _tmp$12;
109601
109630
  err = _tmp$13;
@@ -109614,7 +109643,7 @@ $packages["net/http"] = (function() {
109614
109643
  k = _entry$1.k;
109615
109644
  vv = _entry$1.v;
109616
109645
  if (!httpguts.ValidHeaderFieldName(k)) {
109617
- _tmp$14 = ptrType$94.nil;
109646
+ _tmp$14 = ptrType$95.nil;
109618
109647
  _tmp$15 = badRequestError("invalid header name");
109619
109648
  w = _tmp$14;
109620
109649
  err = _tmp$15;
@@ -109626,7 +109655,7 @@ $packages["net/http"] = (function() {
109626
109655
  if (!(_i$1 < _ref$1.$length)) { break; }
109627
109656
  v = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
109628
109657
  if (!httpguts.ValidHeaderFieldValue(v)) {
109629
- _tmp$16 = ptrType$94.nil;
109658
+ _tmp$16 = ptrType$95.nil;
109630
109659
  _tmp$17 = badRequestError("invalid header value");
109631
109660
  w = _tmp$16;
109632
109661
  err = _tmp$17;
@@ -109644,7 +109673,7 @@ $packages["net/http"] = (function() {
109644
109673
  req.ctx = ctx;
109645
109674
  req.RemoteAddr = c[0].remoteAddr;
109646
109675
  req.TLS = c[0].tlsState;
109647
- _tuple$4 = $assertType(req.Body, ptrType$96, true);
109676
+ _tuple$4 = $assertType(req.Body, ptrType$97, true);
109648
109677
  body$1 = _tuple$4[0];
109649
109678
  ok = _tuple$4[1];
109650
109679
  if (ok) {
@@ -109656,7 +109685,7 @@ $packages["net/http"] = (function() {
109656
109685
  _r$8 = c[0].rwc.SetReadDeadline($clone(wholeReqDeadline, time.Time)); /* */ $s = 15; case 15: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
109657
109686
  _r$8;
109658
109687
  /* } */ case 14:
109659
- w = new response.ptr(c[0], req, req.Body, cancelCtx, false, false, req.wantsHttp10KeepAlive(), req.wantsClose(), 0, new sync.Mutex.ptr(0, 0), ptrType$9.nil, new chunkWriter.ptr(ptrType$94.nil, false, false, false), {}, false, new $Int64(0, 0), new $Int64(-1, 4294967295), 0, false, false, sliceType$2.nil, 0, arrayType$1.zero(), arrayType$7.zero(), arrayType$8.zero(), new $Chan($Bool, 1), 0);
109688
+ w = new response.ptr(c[0], req, req.Body, cancelCtx, false, false, req.wantsHttp10KeepAlive(), req.wantsClose(), 0, new sync.Mutex.ptr(0, 0), ptrType$9.nil, new chunkWriter.ptr(ptrType$95.nil, false, false, false), {}, false, new $Int64(0, 0), new $Int64(-1, 4294967295), 0, false, false, sliceType$2.nil, 0, arrayType$1.zero(), arrayType$7.zero(), arrayType$8.zero(), new $Chan($Bool, 1), 0);
109660
109689
  if (isH2Upgrade) {
109661
109690
  w.closeAfterReply = true;
109662
109691
  }
@@ -109708,7 +109737,7 @@ $packages["net/http"] = (function() {
109708
109737
  pc = $makeSlice(sliceType$27, 16);
109709
109738
  n = runtime.Callers(1, pc);
109710
109739
  frames = runtime.CallersFrames($subslice(pc, 0, n));
109711
- frame = new runtime.Frame.ptr(0, ptrType$98.nil, "", "", 0, 0);
109740
+ frame = new runtime.Frame.ptr(0, ptrType$99.nil, "", "", 0, 0);
109712
109741
  while (true) {
109713
109742
  _tuple = frames.Next();
109714
109743
  frame$1 = $clone(_tuple[0], runtime.Frame);
@@ -109913,7 +109942,7 @@ $packages["net/http"] = (function() {
109913
109942
  if (new Header(header[0]).get("Connection") === "close" || !keepAlivesEnabled) {
109914
109943
  w.closeAfterReply = true;
109915
109944
  }
109916
- _tuple$1 = $assertType(w.req.Body, ptrType$99, true);
109945
+ _tuple$1 = $assertType(w.req.Body, ptrType$100, true);
109917
109946
  ecr = _tuple$1[0];
109918
109947
  ok = _tuple$1[1];
109919
109948
  if (ok && !(ecr.$ptr_sawEOF || (ecr.$ptr_sawEOF = new ptrType$24(function() { return this.$target.sawEOF; }, function($v) { this.$target.sawEOF = $v; }, ecr))).isSet()) {
@@ -109927,16 +109956,16 @@ $packages["net/http"] = (function() {
109927
109956
  discard = _tmp;
109928
109957
  tooBig = _tmp$1;
109929
109958
  _ref$2 = w.req.Body;
109930
- /* */ if ($assertType(_ref$2, ptrType$99, true)[1]) { $s = 6; continue; }
109931
- /* */ if ($assertType(_ref$2, ptrType$96, true)[1]) { $s = 7; continue; }
109959
+ /* */ if ($assertType(_ref$2, ptrType$100, true)[1]) { $s = 6; continue; }
109960
+ /* */ if ($assertType(_ref$2, ptrType$97, true)[1]) { $s = 7; continue; }
109932
109961
  /* */ $s = 8; continue;
109933
- /* if ($assertType(_ref$2, ptrType$99, true)[1]) { */ case 6:
109962
+ /* if ($assertType(_ref$2, ptrType$100, true)[1]) { */ case 6:
109934
109963
  bdy = _ref$2.$val;
109935
109964
  if (bdy.resp.wroteContinue) {
109936
109965
  discard = true;
109937
109966
  }
109938
109967
  $s = 9; continue;
109939
- /* } else if ($assertType(_ref$2, ptrType$96, true)[1]) { */ case 7:
109968
+ /* } else if ($assertType(_ref$2, ptrType$97, true)[1]) { */ case 7:
109940
109969
  bdy$1 = _ref$2.$val;
109941
109970
  $r = bdy$1.mu.Lock(); /* */ $s = 10; case 10: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
109942
109971
  if (bdy$1.closed) {
@@ -110029,27 +110058,25 @@ $packages["net/http"] = (function() {
110029
110058
  $r = delHeader("Content-Length"); /* */ $s = 42; case 42: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110030
110059
  hasCL = false;
110031
110060
  /* } */ case 40:
110032
- /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { $s = 43; continue; }
110033
- /* */ if (code === 204) { $s = 44; continue; }
110034
- /* */ if (hasCL) { $s = 45; continue; }
110035
- /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 46; continue; }
110036
- /* */ $s = 47; continue;
110037
- /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { */ case 43:
110038
- $s = 48; continue;
110039
- /* } else if (code === 204) { */ case 44:
110061
+ /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { $s = 43; continue; }
110062
+ /* */ if (hasCL) { $s = 44; continue; }
110063
+ /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 45; continue; }
110064
+ /* */ $s = 46; continue;
110065
+ /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { */ case 43:
110066
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 48; case 48: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110067
+ $s = 47; continue;
110068
+ /* } else if (hasCL) { */ case 44:
110040
110069
  $r = delHeader("Transfer-Encoding"); /* */ $s = 49; case 49: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110041
- $s = 48; continue;
110042
- /* } else if (hasCL) { */ case 45:
110043
- $r = delHeader("Transfer-Encoding"); /* */ $s = 50; case 50: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110044
- $s = 48; continue;
110045
- /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 46:
110046
- /* */ if (hasTE && te === "identity") { $s = 51; continue; }
110047
- /* */ $s = 52; continue;
110048
- /* if (hasTE && te === "identity") { */ case 51:
110070
+ $s = 47; continue;
110071
+ /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 45:
110072
+ /* */ if (hasTE && te === "identity") { $s = 50; continue; }
110073
+ /* */ $s = 51; continue;
110074
+ /* if (hasTE && te === "identity") { */ case 50:
110049
110075
  cw.chunking = false;
110050
110076
  w.closeAfterReply = true;
110051
- $s = 53; continue;
110052
- /* } else { */ case 52:
110077
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 53; case 53: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110078
+ $s = 52; continue;
110079
+ /* } else { */ case 51:
110053
110080
  cw.chunking = true;
110054
110081
  setHeader.transferEncoding = "chunked";
110055
110082
  /* */ if (hasTE && te === "chunked") { $s = 54; continue; }
@@ -110057,12 +110084,12 @@ $packages["net/http"] = (function() {
110057
110084
  /* if (hasTE && te === "chunked") { */ case 54:
110058
110085
  $r = delHeader("Transfer-Encoding"); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110059
110086
  /* } */ case 55:
110060
- /* } */ case 53:
110061
- $s = 48; continue;
110062
- /* } else { */ case 47:
110087
+ /* } */ case 52:
110088
+ $s = 47; continue;
110089
+ /* } else { */ case 46:
110063
110090
  w.closeAfterReply = true;
110064
110091
  $r = delHeader("Transfer-Encoding"); /* */ $s = 57; case 57: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110065
- /* } */ case 48:
110092
+ /* } */ case 47:
110066
110093
  /* */ if (cw.chunking) { $s = 58; continue; }
110067
110094
  /* */ $s = 59; continue;
110068
110095
  /* if (cw.chunking) { */ case 58:
@@ -110325,7 +110352,7 @@ $packages["net/http"] = (function() {
110325
110352
  var _r$2, _tuple, _v, body$1, ok, w, $s, $r;
110326
110353
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tuple = $f._tuple; _v = $f._v; body$1 = $f.body$1; ok = $f.ok; w = $f.w; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
110327
110354
  w = this;
110328
- _tuple = $assertType(w.req.Body, ptrType$96, true);
110355
+ _tuple = $assertType(w.req.Body, ptrType$97, true);
110329
110356
  body$1 = _tuple[0];
110330
110357
  ok = _tuple[1];
110331
110358
  if (!(ok)) { _v = false; $s = 1; continue s; }
@@ -110355,9 +110382,9 @@ $packages["net/http"] = (function() {
110355
110382
  var _r$2, c, $s, $r;
110356
110383
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; c = $f.c; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
110357
110384
  c = this;
110358
- if (!(c.bufr === ptrType$75.nil)) {
110385
+ if (!(c.bufr === ptrType$77.nil)) {
110359
110386
  putBufioReader(c.bufr);
110360
- c.bufr = ptrType$75.nil;
110387
+ c.bufr = ptrType$77.nil;
110361
110388
  }
110362
110389
  /* */ if (!(c.bufw === ptrType$9.nil)) { $s = 1; continue; }
110363
110390
  /* */ $s = 2; continue;
@@ -110429,7 +110456,7 @@ $packages["net/http"] = (function() {
110429
110456
  $panic(new $String("internal error"));
110430
110457
  }
110431
110458
  packedState = (x$4 = ((x$5 = $shiftLeft64($clone(time.Now(), time.Time).Unix(), 8), new $Uint64(x$5.$high, x$5.$low))), x$6 = (new $Uint64(0, state)), new $Uint64(x$4.$high | x$6.$high, (x$4.$low | x$6.$low) >>> 0));
110432
- atomic.StoreUint64((x$7 = c.curState, (x$7.$ptr_atomic || (x$7.$ptr_atomic = new ptrType$100(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$7)))), packedState);
110459
+ atomic.StoreUint64((x$7 = c.curState, (x$7.$ptr_atomic || (x$7.$ptr_atomic = new ptrType$101(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$7)))), packedState);
110433
110460
  if (!runHook) {
110434
110461
  $s = -1; return;
110435
110462
  }
@@ -110448,7 +110475,7 @@ $packages["net/http"] = (function() {
110448
110475
  state = 0;
110449
110476
  unixSec = new $Int64(0, 0);
110450
110477
  c = this;
110451
- packedState = atomic.LoadUint64((x$4 = c.curState, (x$4.$ptr_atomic || (x$4.$ptr_atomic = new ptrType$100(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$4)))));
110478
+ packedState = atomic.LoadUint64((x$4 = c.curState, (x$4.$ptr_atomic || (x$4.$ptr_atomic = new ptrType$101(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$4)))));
110452
110479
  _tmp = ((new $Uint64(packedState.$high & 0, (packedState.$low & 255) >>> 0).$low >> 0));
110453
110480
  _tmp$1 = ((x$5 = $shiftRightUint64(packedState, 8), new $Int64(x$5.$high, x$5.$low)));
110454
110481
  state = _tmp;
@@ -110527,7 +110554,7 @@ $packages["net/http"] = (function() {
110527
110554
  $s = -1; return;
110528
110555
  /* */ } return; } if ($f === undefined) { $f = { $blk: $b }; } $f._r$6 = _r$6; $f.buf = buf; $f.err = err; $f.$s = $s; $f.$r = $r; return $f;
110529
110556
  }; })(c), []]);
110530
- _tuple = $assertType(c[0].rwc, ptrType$101, true);
110557
+ _tuple = $assertType(c[0].rwc, ptrType$76, true);
110531
110558
  tlsConn = _tuple[0];
110532
110559
  ok = _tuple[1];
110533
110560
  /* */ if (ok) { $s = 5; continue; }
@@ -110594,7 +110621,7 @@ $packages["net/http"] = (function() {
110594
110621
  cancelCtx = _tuple$2[1];
110595
110622
  c[0].cancelCtx = cancelCtx;
110596
110623
  $deferred.push([cancelCtx, []]);
110597
- c[0].r = new connReader.ptr(c[0], new sync.Mutex.ptr(0, 0), false, arrayType$6.zero(), ptrType$74.nil, false, false, new $Int64(0, 0));
110624
+ c[0].r = new connReader.ptr(c[0], new sync.Mutex.ptr(0, 0), false, arrayType$6.zero(), ptrType$73.nil, false, false, new $Int64(0, 0));
110598
110625
  _r$14 = newBufioReader(c[0].r); /* */ $s = 30; case 30: if($c) { $c = false; _r$14 = _r$14.$blk(); } if (_r$14 && _r$14.$blk !== undefined) { break s; }
110599
110626
  c[0].bufr = _r$14;
110600
110627
  _r$15 = newBufioWriterSize((x$4 = new checkConnErrorWriter.ptr(c[0]), new x$4.constructor.elem(x$4)), 4096); /* */ $s = 31; case 31: if($c) { $c = false; _r$15 = _r$15.$blk(); } if (_r$15 && _r$15.$blk !== undefined) { break s; }
@@ -110695,7 +110722,7 @@ $packages["net/http"] = (function() {
110695
110722
  $s = -1; return;
110696
110723
  /* } */ case 71:
110697
110724
  $r = c[0].setState(c[0].rwc, 2, true); /* */ $s = 78; case 78: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110698
- c[0].curReq.Store((ptrType$94.nil));
110725
+ c[0].curReq.Store((ptrType$95.nil));
110699
110726
  if (!w.conn.server.doKeepAlives()) {
110700
110727
  $s = -1; return;
110701
110728
  }
@@ -110734,7 +110761,7 @@ $packages["net/http"] = (function() {
110734
110761
  var _r$2, _tmp, _tmp$1, _tmp$2, _tuple, buf, c, err, rwc, w, $s, $deferred, $r;
110735
110762
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tuple = $f._tuple; buf = $f.buf; c = $f.c; err = $f.err; rwc = $f.rwc; w = $f.w; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
110736
110763
  rwc = $ifaceNil;
110737
- buf = ptrType$91.nil;
110764
+ buf = ptrType$92.nil;
110738
110765
  err = $ifaceNil;
110739
110766
  w = this;
110740
110767
  if ((w.$ptr_handlerDone || (w.$ptr_handlerDone = new ptrType$24(function() { return this.$target.handlerDone; }, function($v) { this.$target.handlerDone = $v; }, w))).isSet()) {
@@ -110780,14 +110807,14 @@ $packages["net/http"] = (function() {
110780
110807
  var _r$2, _ref, fn, rc, v, v$1, v$2, $s, $r;
110781
110808
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _ref = $f._ref; fn = $f.fn; rc = $f.rc; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
110782
110809
  _ref = rc;
110783
- /* */ if ($assertType(_ref, ptrType$99, true)[1]) { $s = 1; continue; }
110784
- /* */ if ($assertType(_ref, ptrType$96, true)[1]) { $s = 2; continue; }
110810
+ /* */ if ($assertType(_ref, ptrType$100, true)[1]) { $s = 1; continue; }
110811
+ /* */ if ($assertType(_ref, ptrType$97, true)[1]) { $s = 2; continue; }
110785
110812
  /* */ $s = 3; continue;
110786
- /* if ($assertType(_ref, ptrType$99, true)[1]) { */ case 1:
110813
+ /* if ($assertType(_ref, ptrType$100, true)[1]) { */ case 1:
110787
110814
  v = _ref.$val;
110788
110815
  $r = registerOnHitEOF(v.readCloser, fn); /* */ $s = 5; case 5: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110789
110816
  $s = 4; continue;
110790
- /* } else if ($assertType(_ref, ptrType$96, true)[1]) { */ case 2:
110817
+ /* } else if ($assertType(_ref, ptrType$97, true)[1]) { */ case 2:
110791
110818
  v$1 = _ref.$val;
110792
110819
  $r = v$1.registerOnHitEOF(fn); /* */ $s = 6; case 6: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
110793
110820
  $s = 4; continue;
@@ -110806,14 +110833,14 @@ $packages["net/http"] = (function() {
110806
110833
  $s = -1; return false;
110807
110834
  }
110808
110835
  _ref = rc;
110809
- /* */ if ($assertType(_ref, ptrType$99, true)[1]) { $s = 1; continue; }
110810
- /* */ if ($assertType(_ref, ptrType$96, true)[1]) { $s = 2; continue; }
110836
+ /* */ if ($assertType(_ref, ptrType$100, true)[1]) { $s = 1; continue; }
110837
+ /* */ if ($assertType(_ref, ptrType$97, true)[1]) { $s = 2; continue; }
110811
110838
  /* */ $s = 3; continue;
110812
- /* if ($assertType(_ref, ptrType$99, true)[1]) { */ case 1:
110839
+ /* if ($assertType(_ref, ptrType$100, true)[1]) { */ case 1:
110813
110840
  v = _ref.$val;
110814
110841
  _r$2 = requestBodyRemains(v.readCloser); /* */ $s = 5; case 5: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
110815
110842
  $s = -1; return _r$2;
110816
- /* } else if ($assertType(_ref, ptrType$96, true)[1]) { */ case 2:
110843
+ /* } else if ($assertType(_ref, ptrType$97, true)[1]) { */ case 2:
110817
110844
  v$1 = _ref.$val;
110818
110845
  _r$3 = v$1.bodyRemains(); /* */ $s = 6; case 6: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
110819
110846
  $s = -1; return _r$3;
@@ -111295,7 +111322,7 @@ $packages["net/http"] = (function() {
111295
111322
  c = _entry.k;
111296
111323
  _r$3 = c.rwc.Close(); /* */ $s = 5; case 5: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
111297
111324
  _r$3;
111298
- delete srv.activeConn[ptrType$97.keyFor(c)];
111325
+ delete srv.activeConn[ptrType$98.keyFor(c)];
111299
111326
  _i++;
111300
111327
  /* } */ $s = 3; continue; case 4:
111301
111328
  $s = -1; return err;
@@ -111421,7 +111448,7 @@ $packages["net/http"] = (function() {
111421
111448
  /* } */ case 5:
111422
111449
  _r$2 = c.rwc.Close(); /* */ $s = 6; case 6: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
111423
111450
  _r$2;
111424
- delete s.activeConn[ptrType$97.keyFor(c)];
111451
+ delete s.activeConn[ptrType$98.keyFor(c)];
111425
111452
  _i++;
111426
111453
  /* } */ $s = 2; continue; case 3:
111427
111454
  $s = -1; return quiescent;
@@ -111675,9 +111702,9 @@ $packages["net/http"] = (function() {
111675
111702
  s.activeConn = {};
111676
111703
  }
111677
111704
  if (add) {
111678
- _key = c; (s.activeConn || $throwRuntimeError("assignment to entry in nil map"))[ptrType$97.keyFor(_key)] = { k: _key, v: new structType.ptr() };
111705
+ _key = c; (s.activeConn || $throwRuntimeError("assignment to entry in nil map"))[ptrType$98.keyFor(_key)] = { k: _key, v: new structType.ptr() };
111679
111706
  } else {
111680
- delete s.activeConn[ptrType$97.keyFor(c)];
111707
+ delete s.activeConn[ptrType$98.keyFor(c)];
111681
111708
  }
111682
111709
  $s = -1; return;
111683
111710
  /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: Server.ptr.prototype.trackConn }; } $f._key = _key; $f.add = add; $f.c = c; $f.s = s; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
@@ -111704,7 +111731,7 @@ $packages["net/http"] = (function() {
111704
111731
  Server.ptr.prototype.doKeepAlives = function() {
111705
111732
  var s;
111706
111733
  s = this;
111707
- return (atomic.LoadInt32((s.$ptr_disableKeepAlives || (s.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, s)))) === 0) && !s.shuttingDown();
111734
+ return (atomic.LoadInt32((s.$ptr_disableKeepAlives || (s.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, s)))) === 0) && !s.shuttingDown();
111708
111735
  };
111709
111736
  Server.prototype.doKeepAlives = function() { return this.$val.doKeepAlives(); };
111710
111737
  Server.ptr.prototype.shuttingDown = function() {
@@ -111718,10 +111745,10 @@ $packages["net/http"] = (function() {
111718
111745
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; srv = $f.srv; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
111719
111746
  srv = this;
111720
111747
  if (v) {
111721
- atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 0);
111748
+ atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 0);
111722
111749
  $s = -1; return;
111723
111750
  }
111724
- atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 1);
111751
+ atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 1);
111725
111752
  _r$2 = srv.closeIdleConns(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
111726
111753
  _r$2;
111727
111754
  $s = -1; return;
@@ -111816,7 +111843,7 @@ $packages["net/http"] = (function() {
111816
111843
  /* */ $s = 7; continue;
111817
111844
  /* if (srv.TLSNextProto === false) { */ case 6:
111818
111845
  conf = new http2Server.ptr(0, 0, 0, false, new time.Duration(0, 0), 0, 0, (function() {
111819
- return http2NewPriorityWriteScheduler(ptrType$81.nil);
111846
+ return http2NewPriorityWriteScheduler(ptrType$82.nil);
111820
111847
  }), ptrType$50.nil);
111821
111848
  _r$4 = http2ConfigureServer(srv, conf); /* */ $s = 8; case 8: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
111822
111849
  srv.nextProtoErr = _r$4;
@@ -112773,9 +112800,9 @@ $packages["net/http"] = (function() {
112773
112800
  } else if ((realLength.$high === 0 && realLength.$low === 0)) {
112774
112801
  t.Body = new $pkg.NoBody.constructor.elem($pkg.NoBody);
112775
112802
  } else if ((realLength.$high > 0 || (realLength.$high === 0 && realLength.$low > 0))) {
112776
- t.Body = new body.ptr(io.LimitReader(r, realLength), $ifaceNil, ptrType$75.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
112803
+ t.Body = new body.ptr(io.LimitReader(r, realLength), $ifaceNil, ptrType$77.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
112777
112804
  } else if (t.Close) {
112778
- t.Body = new body.ptr(r, $ifaceNil, ptrType$75.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
112805
+ t.Body = new body.ptr(r, $ifaceNil, ptrType$77.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
112779
112806
  } else {
112780
112807
  t.Body = new $pkg.NoBody.constructor.elem($pkg.NoBody);
112781
112808
  }
@@ -113148,10 +113175,10 @@ $packages["net/http"] = (function() {
113148
113175
  _ref = b.hdr;
113149
113176
  if ($assertType(_ref, ptrType$6, true)[1]) {
113150
113177
  rr = _ref.$val;
113151
- mergeSetHeader((rr.$ptr_Trailer || (rr.$ptr_Trailer = new ptrType$76(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr))), (hdr));
113178
+ mergeSetHeader((rr.$ptr_Trailer || (rr.$ptr_Trailer = new ptrType$78(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr))), (hdr));
113152
113179
  } else if ($assertType(_ref, ptrType$18, true)[1]) {
113153
113180
  rr$1 = _ref.$val;
113154
- mergeSetHeader((rr$1.$ptr_Trailer || (rr$1.$ptr_Trailer = new ptrType$76(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr$1))), (hdr));
113181
+ mergeSetHeader((rr$1.$ptr_Trailer || (rr$1.$ptr_Trailer = new ptrType$78(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr$1))), (hdr));
113155
113182
  }
113156
113183
  $s = -1; return $ifaceNil;
113157
113184
  /* */ } return; } if ($f === undefined) { $f = { $blk: body.ptr.prototype.readTrailer }; } $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._ref = _ref; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.b = b; $f.buf = buf; $f.err = err; $f.hdr = hdr; $f.rr = rr; $f.rr$1 = rr$1; $f.$s = $s; $f.$r = $r; return $f;
@@ -113340,7 +113367,7 @@ $packages["net/http"] = (function() {
113340
113367
  var _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _ref, _tuple, ok, r, r$1, $s, $r;
113341
113368
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _ref = $f._ref; _tuple = $f._tuple; ok = $f.ok; r = $f.r; r$1 = $f.r$1; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
113342
113369
  _ref = r;
113343
- if ($assertType(_ref, ptrType$87, true)[1] || $assertType(_ref, ptrType$38, true)[1] || $assertType(_ref, ptrType$88, true)[1]) {
113370
+ if ($assertType(_ref, ptrType$88, true)[1] || $assertType(_ref, ptrType$38, true)[1] || $assertType(_ref, ptrType$89, true)[1]) {
113344
113371
  $s = -1; return true;
113345
113372
  }
113346
113373
  _r$2 = reflect.TypeOf(r); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
@@ -113458,7 +113485,7 @@ $packages["net/http"] = (function() {
113458
113485
  ptrType$69.methods = [{prop: "Init", name: "Init", pkg: "", typ: $funcType([], [], false)}];
113459
113486
  ptrType$56.methods = [{prop: "Available", name: "Available", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [$error], false)}];
113460
113487
  ptrType$71.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "Keys", name: "Keys", pkg: "", typ: $funcType([Header], [sliceType$2], false)}, {prop: "SortStrings", name: "SortStrings", pkg: "", typ: $funcType([sliceType$2], [], false)}];
113461
- ptrType$68.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "CloseWithError", name: "CloseWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "BreakWithError", name: "BreakWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "closeWithErrorAndCode", name: "closeWithErrorAndCode", pkg: "net/http", typ: $funcType([$error, funcType], [], false)}, {prop: "closeWithError", name: "closeWithError", pkg: "net/http", typ: $funcType([ptrType$49, $error, funcType], [], false)}, {prop: "closeDoneLocked", name: "closeDoneLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Err", name: "Err", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Done", name: "Done", pkg: "", typ: $funcType([], [chanType$3], false)}];
113488
+ ptrType$68.methods = [{prop: "setBuffer", name: "setBuffer", pkg: "net/http", typ: $funcType([http2pipeBuffer], [], false)}, {prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "CloseWithError", name: "CloseWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "BreakWithError", name: "BreakWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "closeWithErrorAndCode", name: "closeWithErrorAndCode", pkg: "net/http", typ: $funcType([$error, funcType], [], false)}, {prop: "closeWithError", name: "closeWithError", pkg: "net/http", typ: $funcType([ptrType$49, $error, funcType], [], false)}, {prop: "closeDoneLocked", name: "closeDoneLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Err", name: "Err", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Done", name: "Done", pkg: "", typ: $funcType([], [chanType$3], false)}];
113462
113489
  ptrType$52.methods = [{prop: "initialConnRecvWindowSize", name: "initialConnRecvWindowSize", pkg: "net/http", typ: $funcType([], [$Int32], false)}, {prop: "initialStreamRecvWindowSize", name: "initialStreamRecvWindowSize", pkg: "net/http", typ: $funcType([], [$Int32], false)}, {prop: "maxReadFrameSize", name: "maxReadFrameSize", pkg: "net/http", typ: $funcType([], [$Uint32], false)}, {prop: "maxConcurrentStreams", name: "maxConcurrentStreams", pkg: "net/http", typ: $funcType([], [$Uint32], false)}, {prop: "maxQueuedControlFrames", name: "maxQueuedControlFrames", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "ServeConn", name: "ServeConn", pkg: "", typ: $funcType([net.Conn, ptrType$54], [], false)}];
113463
113490
  ptrType$50.methods = [{prop: "registerConn", name: "registerConn", pkg: "net/http", typ: $funcType([ptrType$8], [], false)}, {prop: "unregisterConn", name: "unregisterConn", pkg: "net/http", typ: $funcType([ptrType$8], [], false)}, {prop: "startGracefulShutdown", name: "startGracefulShutdown", pkg: "net/http", typ: $funcType([], [], false)}];
113464
113491
  ptrType$54.methods = [{prop: "context", name: "context", pkg: "net/http", typ: $funcType([], [context.Context], false)}, {prop: "baseConfig", name: "baseConfig", pkg: "net/http", typ: $funcType([], [ptrType$51], false)}, {prop: "handler", name: "handler", pkg: "net/http", typ: $funcType([], [Handler], false)}];
@@ -113481,33 +113508,33 @@ $packages["net/http"] = (function() {
113481
113508
  http2writeWindowUpdate.methods = [{prop: "staysWithinBuffer", name: "staysWithinBuffer", pkg: "net/http", typ: $funcType([$Int], [$Bool], false)}, {prop: "writeFrame", name: "writeFrame", pkg: "net/http", typ: $funcType([http2writeContext], [$error], false)}];
113482
113509
  http2FrameWriteRequest.methods = [{prop: "StreamID", name: "StreamID", pkg: "", typ: $funcType([], [$Uint32], false)}, {prop: "isControl", name: "isControl", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "DataSize", name: "DataSize", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Consume", name: "Consume", pkg: "", typ: $funcType([$Int32], [http2FrameWriteRequest, http2FrameWriteRequest, $Int], false)}, {prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
113483
113510
  ptrType$124.methods = [{prop: "replyToWriter", name: "replyToWriter", pkg: "net/http", typ: $funcType([$error], [], false)}];
113484
- ptrType$80.methods = [{prop: "empty", name: "empty", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "push", name: "push", pkg: "net/http", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "shift", name: "shift", pkg: "net/http", typ: $funcType([], [http2FrameWriteRequest], false)}, {prop: "consume", name: "consume", pkg: "net/http", typ: $funcType([$Int32], [http2FrameWriteRequest, $Bool], false)}];
113485
- ptrType$83.methods = [{prop: "put", name: "put", pkg: "net/http", typ: $funcType([ptrType$80], [], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([], [ptrType$80], false)}];
113486
- ptrType$82.methods = [{prop: "setParent", name: "setParent", pkg: "net/http", typ: $funcType([ptrType$82], [], false)}, {prop: "addBytes", name: "addBytes", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "walkReadyInOrder", name: "walkReadyInOrder", pkg: "net/http", typ: $funcType([$Bool, ptrType$84, funcType$13], [$Bool], false)}];
113511
+ ptrType$81.methods = [{prop: "empty", name: "empty", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "push", name: "push", pkg: "net/http", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "shift", name: "shift", pkg: "net/http", typ: $funcType([], [http2FrameWriteRequest], false)}, {prop: "consume", name: "consume", pkg: "net/http", typ: $funcType([$Int32], [http2FrameWriteRequest, $Bool], false)}];
113512
+ ptrType$84.methods = [{prop: "put", name: "put", pkg: "net/http", typ: $funcType([ptrType$81], [], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([], [ptrType$81], false)}];
113513
+ ptrType$83.methods = [{prop: "setParent", name: "setParent", pkg: "net/http", typ: $funcType([ptrType$83], [], false)}, {prop: "addBytes", name: "addBytes", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "walkReadyInOrder", name: "walkReadyInOrder", pkg: "net/http", typ: $funcType([$Bool, ptrType$85, funcType$13], [$Bool], false)}];
113487
113514
  http2sortPriorityNodeSiblings.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
113488
- ptrType$125.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}, {prop: "addClosedOrIdleNode", name: "addClosedOrIdleNode", pkg: "net/http", typ: $funcType([ptrType$84, $Int, ptrType$82], [], false)}, {prop: "removeNode", name: "removeNode", pkg: "net/http", typ: $funcType([ptrType$82], [], false)}];
113515
+ ptrType$125.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}, {prop: "addClosedOrIdleNode", name: "addClosedOrIdleNode", pkg: "net/http", typ: $funcType([ptrType$85, $Int, ptrType$83], [], false)}, {prop: "removeNode", name: "removeNode", pkg: "net/http", typ: $funcType([ptrType$83], [], false)}];
113489
113516
  ptrType$126.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}];
113490
- Header.methods = [{prop: "Add", name: "Add", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Set", name: "Set", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Get", name: "Get", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "Values", name: "Values", pkg: "", typ: $funcType([$String], [sliceType$2], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([$String], [$String], false)}, {prop: "has", name: "has", pkg: "net/http", typ: $funcType([$String], [$Bool], false)}, {prop: "Del", name: "Del", pkg: "", typ: $funcType([$String], [], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([], [Header], false)}, {prop: "sortedKeyValues", name: "sortedKeyValues", pkg: "net/http", typ: $funcType([mapType$12], [sliceType$5, ptrType$85], false)}, {prop: "WriteSubset", name: "WriteSubset", pkg: "", typ: $funcType([io.Writer, mapType$12], [$error], false)}, {prop: "writeSubset", name: "writeSubset", pkg: "net/http", typ: $funcType([io.Writer, mapType$12, ptrType$48], [$error], false)}];
113517
+ Header.methods = [{prop: "Add", name: "Add", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Set", name: "Set", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Get", name: "Get", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "Values", name: "Values", pkg: "", typ: $funcType([$String], [sliceType$2], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([$String], [$String], false)}, {prop: "has", name: "has", pkg: "net/http", typ: $funcType([$String], [$Bool], false)}, {prop: "Del", name: "Del", pkg: "", typ: $funcType([$String], [], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([], [Header], false)}, {prop: "sortedKeyValues", name: "sortedKeyValues", pkg: "net/http", typ: $funcType([mapType$12], [sliceType$5, ptrType$86], false)}, {prop: "WriteSubset", name: "WriteSubset", pkg: "", typ: $funcType([io.Writer, mapType$12], [$error], false)}, {prop: "writeSubset", name: "writeSubset", pkg: "net/http", typ: $funcType([io.Writer, mapType$12, ptrType$48], [$error], false)}];
113491
113518
  stringWriter.methods = [{prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}];
113492
- ptrType$85.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
113519
+ ptrType$86.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
113493
113520
  ptrType$127.methods = [{prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
113494
113521
  noBody.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "WriteTo", name: "WriteTo", pkg: "", typ: $funcType([io.Writer], [$Int64, $error], false)}];
113495
113522
  ptrType$128.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
113496
- ptrType$6.methods = [{prop: "Context", name: "Context", pkg: "", typ: $funcType([], [context.Context], false)}, {prop: "WithContext", name: "WithContext", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "UserAgent", name: "UserAgent", pkg: "", typ: $funcType([], [$String], false)}, {prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Cookie", name: "Cookie", pkg: "", typ: $funcType([$String], [ptrType$26, $error], false)}, {prop: "AddCookie", name: "AddCookie", pkg: "", typ: $funcType([ptrType$26], [], false)}, {prop: "Referer", name: "Referer", pkg: "", typ: $funcType([], [$String], false)}, {prop: "MultipartReader", name: "MultipartReader", pkg: "", typ: $funcType([], [ptrType$86, $error], false)}, {prop: "multipartReader", name: "multipartReader", pkg: "net/http", typ: $funcType([$Bool], [ptrType$86, $error], false)}, {prop: "isH2Upgrade", name: "isH2Upgrade", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "WriteProxy", name: "WriteProxy", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, $Bool, Header, funcType$3], [$error], false)}, {prop: "BasicAuth", name: "BasicAuth", pkg: "", typ: $funcType([], [$String, $String, $Bool], false)}, {prop: "SetBasicAuth", name: "SetBasicAuth", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "ParseForm", name: "ParseForm", pkg: "", typ: $funcType([], [$error], false)}, {prop: "ParseMultipartForm", name: "ParseMultipartForm", pkg: "", typ: $funcType([$Int64], [$error], false)}, {prop: "FormValue", name: "FormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "PostFormValue", name: "PostFormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "FormFile", name: "FormFile", pkg: "", typ: $funcType([$String], [multipart.File, ptrType$27, $error], false)}, {prop: "expectsContinue", name: "expectsContinue", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsHttp10KeepAlive", name: "wantsHttp10KeepAlive", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsClose", name: "wantsClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "isReplayable", name: "isReplayable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "outgoingLength", name: "outgoingLength", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "requiresHTTP1", name: "requiresHTTP1", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
113497
- ptrType$90.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
113523
+ ptrType$6.methods = [{prop: "Context", name: "Context", pkg: "", typ: $funcType([], [context.Context], false)}, {prop: "WithContext", name: "WithContext", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "UserAgent", name: "UserAgent", pkg: "", typ: $funcType([], [$String], false)}, {prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Cookie", name: "Cookie", pkg: "", typ: $funcType([$String], [ptrType$26, $error], false)}, {prop: "AddCookie", name: "AddCookie", pkg: "", typ: $funcType([ptrType$26], [], false)}, {prop: "Referer", name: "Referer", pkg: "", typ: $funcType([], [$String], false)}, {prop: "MultipartReader", name: "MultipartReader", pkg: "", typ: $funcType([], [ptrType$87, $error], false)}, {prop: "multipartReader", name: "multipartReader", pkg: "net/http", typ: $funcType([$Bool], [ptrType$87, $error], false)}, {prop: "isH2Upgrade", name: "isH2Upgrade", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "WriteProxy", name: "WriteProxy", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, $Bool, Header, funcType$3], [$error], false)}, {prop: "BasicAuth", name: "BasicAuth", pkg: "", typ: $funcType([], [$String, $String, $Bool], false)}, {prop: "SetBasicAuth", name: "SetBasicAuth", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "ParseForm", name: "ParseForm", pkg: "", typ: $funcType([], [$error], false)}, {prop: "ParseMultipartForm", name: "ParseMultipartForm", pkg: "", typ: $funcType([$Int64], [$error], false)}, {prop: "FormValue", name: "FormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "PostFormValue", name: "PostFormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "FormFile", name: "FormFile", pkg: "", typ: $funcType([$String], [multipart.File, ptrType$27, $error], false)}, {prop: "expectsContinue", name: "expectsContinue", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsHttp10KeepAlive", name: "wantsHttp10KeepAlive", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsClose", name: "wantsClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "isReplayable", name: "isReplayable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "outgoingLength", name: "outgoingLength", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "requiresHTTP1", name: "requiresHTTP1", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
113524
+ ptrType$91.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
113498
113525
  ptrType$18.methods = [{prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Location", name: "Location", pkg: "", typ: $funcType([], [ptrType$19, $error], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "bodyIsWritable", name: "bodyIsWritable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "isProtocolSwitch", name: "isProtocolSwitch", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
113499
- ptrType$97.methods = [{prop: "hijacked", name: "hijacked", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "hijackLocked", name: "hijackLocked", pkg: "net/http", typ: $funcType([], [net.Conn, ptrType$91, $error], false)}, {prop: "readRequest", name: "readRequest", pkg: "net/http", typ: $funcType([context.Context], [ptrType$94, $error], false)}, {prop: "finalFlush", name: "finalFlush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "closeWriteAndWait", name: "closeWriteAndWait", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setState", name: "setState", pkg: "net/http", typ: $funcType([net.Conn, ConnState, $Bool], [], false)}, {prop: "getState", name: "getState", pkg: "net/http", typ: $funcType([], [ConnState, $Int64], false)}, {prop: "serve", name: "serve", pkg: "net/http", typ: $funcType([context.Context], [], false)}];
113526
+ ptrType$98.methods = [{prop: "hijacked", name: "hijacked", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "hijackLocked", name: "hijackLocked", pkg: "net/http", typ: $funcType([], [net.Conn, ptrType$92, $error], false)}, {prop: "readRequest", name: "readRequest", pkg: "net/http", typ: $funcType([context.Context], [ptrType$95, $error], false)}, {prop: "finalFlush", name: "finalFlush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "closeWriteAndWait", name: "closeWriteAndWait", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setState", name: "setState", pkg: "net/http", typ: $funcType([net.Conn, ConnState, $Bool], [], false)}, {prop: "getState", name: "getState", pkg: "net/http", typ: $funcType([], [ConnState, $Int64], false)}, {prop: "serve", name: "serve", pkg: "net/http", typ: $funcType([context.Context], [], false)}];
113500
113527
  ptrType$131.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "flush", name: "flush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "writeHeader", name: "writeHeader", pkg: "net/http", typ: $funcType([sliceType$4], [], false)}];
113501
- ptrType$94.methods = [{prop: "finalTrailers", name: "finalTrailers", pkg: "net/http", typ: $funcType([], [Header], false)}, {prop: "declareTrailer", name: "declareTrailer", pkg: "net/http", typ: $funcType([$String], [], false)}, {prop: "requestTooLarge", name: "requestTooLarge", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "needsSniff", name: "needsSniff", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "ReadFrom", name: "ReadFrom", pkg: "", typ: $funcType([io.Reader], [$Int64, $error], false)}, {prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}, {prop: "bodyAllowed", name: "bodyAllowed", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([$Int, sliceType$4, $String], [$Int, $error], false)}, {prop: "finishRequest", name: "finishRequest", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldReuseConnection", name: "shouldReuseConnection", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closedRequestBodyEarly", name: "closedRequestBodyEarly", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [], false)}, {prop: "sendExpectationFailed", name: "sendExpectationFailed", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Hijack", name: "Hijack", pkg: "", typ: $funcType([], [net.Conn, ptrType$91, $error], false)}, {prop: "CloseNotify", name: "CloseNotify", pkg: "", typ: $funcType([], [chanType$9], false)}];
113528
+ ptrType$95.methods = [{prop: "finalTrailers", name: "finalTrailers", pkg: "net/http", typ: $funcType([], [Header], false)}, {prop: "declareTrailer", name: "declareTrailer", pkg: "net/http", typ: $funcType([$String], [], false)}, {prop: "requestTooLarge", name: "requestTooLarge", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "needsSniff", name: "needsSniff", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "ReadFrom", name: "ReadFrom", pkg: "", typ: $funcType([io.Reader], [$Int64, $error], false)}, {prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}, {prop: "bodyAllowed", name: "bodyAllowed", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([$Int, sliceType$4, $String], [$Int, $error], false)}, {prop: "finishRequest", name: "finishRequest", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldReuseConnection", name: "shouldReuseConnection", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closedRequestBodyEarly", name: "closedRequestBodyEarly", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [], false)}, {prop: "sendExpectationFailed", name: "sendExpectationFailed", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Hijack", name: "Hijack", pkg: "", typ: $funcType([], [net.Conn, ptrType$92, $error], false)}, {prop: "CloseNotify", name: "CloseNotify", pkg: "", typ: $funcType([], [chanType$9], false)}];
113502
113529
  ptrType$24.methods = [{prop: "isSet", name: "isSet", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "setTrue", name: "setTrue", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setFalse", name: "setFalse", pkg: "net/http", typ: $funcType([], [], false)}];
113503
- ptrType$93.methods = [{prop: "lock", name: "lock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "unlock", name: "unlock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "startBackgroundRead", name: "startBackgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "backgroundRead", name: "backgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "abortPendingRead", name: "abortPendingRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setReadLimit", name: "setReadLimit", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "setInfiniteReadLimit", name: "setInfiniteReadLimit", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "hitReadLimit", name: "hitReadLimit", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "handleReadError", name: "handleReadError", pkg: "net/http", typ: $funcType([$error], [], false)}, {prop: "closeNotify", name: "closeNotify", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
113504
- ptrType$99.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
113530
+ ptrType$94.methods = [{prop: "lock", name: "lock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "unlock", name: "unlock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "startBackgroundRead", name: "startBackgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "backgroundRead", name: "backgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "abortPendingRead", name: "abortPendingRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setReadLimit", name: "setReadLimit", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "setInfiniteReadLimit", name: "setInfiniteReadLimit", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "hitReadLimit", name: "hitReadLimit", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "handleReadError", name: "handleReadError", pkg: "net/http", typ: $funcType([$error], [], false)}, {prop: "closeNotify", name: "closeNotify", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
113531
+ ptrType$100.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
113505
113532
  extraHeader.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([ptrType$9], [], false)}];
113506
113533
  statusError.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
113507
113534
  HandlerFunc.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
113508
113535
  ptrType$132.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
113509
113536
  ptrType$133.methods = [{prop: "match", name: "match", pkg: "net/http", typ: $funcType([$String], [Handler, $String], false)}, {prop: "redirectToPathSlash", name: "redirectToPathSlash", pkg: "net/http", typ: $funcType([$String, $String, ptrType$19], [ptrType$19, $Bool], false)}, {prop: "shouldRedirectRLocked", name: "shouldRedirectRLocked", pkg: "net/http", typ: $funcType([$String, $String], [$Bool], false)}, {prop: "Handler", name: "Handler", pkg: "", typ: $funcType([ptrType$6], [Handler, $String], false)}, {prop: "handler", name: "handler", pkg: "net/http", typ: $funcType([$String, $String], [Handler, $String], false)}, {prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}, {prop: "Handle", name: "Handle", pkg: "", typ: $funcType([$String, Handler], [], false)}, {prop: "HandleFunc", name: "HandleFunc", pkg: "", typ: $funcType([$String, funcType$9], [], false)}];
113510
- ptrType$51.methods = [{prop: "newConn", name: "newConn", pkg: "net/http", typ: $funcType([net.Conn], [ptrType$97], false)}, {prop: "maxHeaderBytes", name: "maxHeaderBytes", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "initialReadLimitSize", name: "initialReadLimitSize", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "getDoneChan", name: "getDoneChan", pkg: "net/http", typ: $funcType([], [chanType$3], false)}, {prop: "getDoneChanLocked", name: "getDoneChanLocked", pkg: "net/http", typ: $funcType([], [chanType$2], false)}, {prop: "closeDoneChanLocked", name: "closeDoneChanLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Shutdown", name: "Shutdown", pkg: "", typ: $funcType([context.Context], [$error], false)}, {prop: "RegisterOnShutdown", name: "RegisterOnShutdown", pkg: "", typ: $funcType([funcType], [], false)}, {prop: "numListeners", name: "numListeners", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "closeIdleConns", name: "closeIdleConns", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeListenersLocked", name: "closeListenersLocked", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "ListenAndServe", name: "ListenAndServe", pkg: "", typ: $funcType([], [$error], false)}, {prop: "shouldConfigureHTTP2ForServe", name: "shouldConfigureHTTP2ForServe", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Serve", name: "Serve", pkg: "", typ: $funcType([net.Listener], [$error], false)}, {prop: "ServeTLS", name: "ServeTLS", pkg: "", typ: $funcType([net.Listener, $String, $String], [$error], false)}, {prop: "trackListener", name: "trackListener", pkg: "net/http", typ: $funcType([ptrType$102, $Bool], [$Bool], false)}, {prop: "trackConn", name: "trackConn", pkg: "net/http", typ: $funcType([ptrType$97, $Bool], [], false)}, {prop: "idleTimeout", name: "idleTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "readHeaderTimeout", name: "readHeaderTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "doKeepAlives", name: "doKeepAlives", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "shuttingDown", name: "shuttingDown", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "SetKeepAlivesEnabled", name: "SetKeepAlivesEnabled", pkg: "", typ: $funcType([$Bool], [], false)}, {prop: "logf", name: "logf", pkg: "net/http", typ: $funcType([$String, sliceType], [], true)}, {prop: "ListenAndServeTLS", name: "ListenAndServeTLS", pkg: "", typ: $funcType([$String, $String], [$error], false)}, {prop: "setupHTTP2_ServeTLS", name: "setupHTTP2_ServeTLS", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "setupHTTP2_Serve", name: "setupHTTP2_Serve", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "onceSetNextProtoDefaults_Serve", name: "onceSetNextProtoDefaults_Serve", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "onceSetNextProtoDefaults", name: "onceSetNextProtoDefaults", pkg: "net/http", typ: $funcType([], [], false)}];
113537
+ ptrType$51.methods = [{prop: "newConn", name: "newConn", pkg: "net/http", typ: $funcType([net.Conn], [ptrType$98], false)}, {prop: "maxHeaderBytes", name: "maxHeaderBytes", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "initialReadLimitSize", name: "initialReadLimitSize", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "getDoneChan", name: "getDoneChan", pkg: "net/http", typ: $funcType([], [chanType$3], false)}, {prop: "getDoneChanLocked", name: "getDoneChanLocked", pkg: "net/http", typ: $funcType([], [chanType$2], false)}, {prop: "closeDoneChanLocked", name: "closeDoneChanLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Shutdown", name: "Shutdown", pkg: "", typ: $funcType([context.Context], [$error], false)}, {prop: "RegisterOnShutdown", name: "RegisterOnShutdown", pkg: "", typ: $funcType([funcType], [], false)}, {prop: "numListeners", name: "numListeners", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "closeIdleConns", name: "closeIdleConns", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeListenersLocked", name: "closeListenersLocked", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "ListenAndServe", name: "ListenAndServe", pkg: "", typ: $funcType([], [$error], false)}, {prop: "shouldConfigureHTTP2ForServe", name: "shouldConfigureHTTP2ForServe", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Serve", name: "Serve", pkg: "", typ: $funcType([net.Listener], [$error], false)}, {prop: "ServeTLS", name: "ServeTLS", pkg: "", typ: $funcType([net.Listener, $String, $String], [$error], false)}, {prop: "trackListener", name: "trackListener", pkg: "net/http", typ: $funcType([ptrType$102, $Bool], [$Bool], false)}, {prop: "trackConn", name: "trackConn", pkg: "net/http", typ: $funcType([ptrType$98, $Bool], [], false)}, {prop: "idleTimeout", name: "idleTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "readHeaderTimeout", name: "readHeaderTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "doKeepAlives", name: "doKeepAlives", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "shuttingDown", name: "shuttingDown", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "SetKeepAlivesEnabled", name: "SetKeepAlivesEnabled", pkg: "", typ: $funcType([$Bool], [], false)}, {prop: "logf", name: "logf", pkg: "net/http", typ: $funcType([$String, sliceType], [], true)}, {prop: "ListenAndServeTLS", name: "ListenAndServeTLS", pkg: "", typ: $funcType([$String, $String], [$error], false)}, {prop: "setupHTTP2_ServeTLS", name: "setupHTTP2_ServeTLS", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "setupHTTP2_Serve", name: "setupHTTP2_Serve", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "onceSetNextProtoDefaults_Serve", name: "onceSetNextProtoDefaults_Serve", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "onceSetNextProtoDefaults", name: "onceSetNextProtoDefaults", pkg: "net/http", typ: $funcType([], [], false)}];
113511
113538
  ConnState.methods = [{prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
113512
113539
  serverHandler.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
113513
113540
  ptrType$135.methods = [{prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}];
@@ -113525,7 +113552,7 @@ $packages["net/http"] = (function() {
113525
113552
  ptrType$105.methods = [{prop: "shouldSendChunkedRequestBody", name: "shouldSendChunkedRequestBody", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "probeRequestBody", name: "probeRequestBody", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldSendContentLength", name: "shouldSendContentLength", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "writeHeader", name: "writeHeader", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "writeBody", name: "writeBody", pkg: "net/http", typ: $funcType([io.Writer], [$error], false)}, {prop: "doBodyCopy", name: "doBodyCopy", pkg: "net/http", typ: $funcType([io.Writer, io.Reader], [$Int64, $error], false)}, {prop: "unwrapBody", name: "unwrapBody", pkg: "net/http", typ: $funcType([], [io.Reader], false)}];
113526
113553
  ptrType$142.methods = [{prop: "protoAtLeast", name: "protoAtLeast", pkg: "net/http", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "parseTransferEncoding", name: "parseTransferEncoding", pkg: "net/http", typ: $funcType([], [$error], false)}];
113527
113554
  ptrType$107.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
113528
- ptrType$96.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readLocked", name: "readLocked", pkg: "net/http", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readTrailer", name: "readTrailer", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "unreadDataSizeLocked", name: "unreadDataSizeLocked", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "didEarlyClose", name: "didEarlyClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "bodyRemains", name: "bodyRemains", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "registerOnHitEOF", name: "registerOnHitEOF", pkg: "net/http", typ: $funcType([funcType], [], false)}];
113555
+ ptrType$97.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readLocked", name: "readLocked", pkg: "net/http", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readTrailer", name: "readTrailer", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "unreadDataSizeLocked", name: "unreadDataSizeLocked", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "didEarlyClose", name: "didEarlyClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "bodyRemains", name: "bodyRemains", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "registerOnHitEOF", name: "registerOnHitEOF", pkg: "net/http", typ: $funcType([funcType], [], false)}];
113529
113556
  bodyLocked.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
113530
113557
  finishAsyncByteRead.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
113531
113558
  bufioFlushWriter.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
@@ -113595,10 +113622,10 @@ $packages["net/http"] = (function() {
113595
113622
  http2OpenStreamOptions.init("", [{prop: "PusherID", name: "PusherID", embedded: false, exported: true, typ: $Uint32, tag: ""}]);
113596
113623
  http2FrameWriteRequest.init("net/http", [{prop: "write", name: "write", embedded: false, exported: false, typ: http2writeFramer, tag: ""}, {prop: "stream", name: "stream", embedded: false, exported: false, typ: ptrType$5, tag: ""}, {prop: "done", name: "done", embedded: false, exported: false, typ: chanType, tag: ""}]);
113597
113624
  http2writeQueue.init("net/http", [{prop: "s", name: "s", embedded: false, exported: false, typ: sliceType$24, tag: ""}]);
113598
- http2writeQueuePool.init(ptrType$80);
113625
+ http2writeQueuePool.init(ptrType$81);
113599
113626
  http2PriorityWriteSchedulerConfig.init("", [{prop: "MaxClosedNodesInTree", name: "MaxClosedNodesInTree", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "MaxIdleNodesInTree", name: "MaxIdleNodesInTree", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ThrottleOutOfOrderWrites", name: "ThrottleOutOfOrderWrites", embedded: false, exported: true, typ: $Bool, tag: ""}]);
113600
- http2priorityNode.init("net/http", [{prop: "q", name: "q", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "id", name: "id", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "weight", name: "weight", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "state", name: "state", embedded: false, exported: false, typ: http2priorityNodeState, tag: ""}, {prop: "bytes", name: "bytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "subtreeBytes", name: "subtreeBytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "parent", name: "parent", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "kids", name: "kids", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "prev", name: "prev", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "next", name: "next", embedded: false, exported: false, typ: ptrType$82, tag: ""}]);
113601
- http2sortPriorityNodeSiblings.init(ptrType$82);
113627
+ http2priorityNode.init("net/http", [{prop: "q", name: "q", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "id", name: "id", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "weight", name: "weight", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "state", name: "state", embedded: false, exported: false, typ: http2priorityNodeState, tag: ""}, {prop: "bytes", name: "bytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "subtreeBytes", name: "subtreeBytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "parent", name: "parent", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "kids", name: "kids", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "prev", name: "prev", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "next", name: "next", embedded: false, exported: false, typ: ptrType$83, tag: ""}]);
113628
+ http2sortPriorityNodeSiblings.init(ptrType$83);
113602
113629
  http2priorityWriteScheduler.init("net/http", [{prop: "root", name: "root", embedded: false, exported: false, typ: http2priorityNode, tag: ""}, {prop: "nodes", name: "nodes", embedded: false, exported: false, typ: mapType$10, tag: ""}, {prop: "maxID", name: "maxID", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "closedNodes", name: "closedNodes", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "idleNodes", name: "idleNodes", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "maxClosedNodesInTree", name: "maxClosedNodesInTree", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "maxIdleNodesInTree", name: "maxIdleNodesInTree", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "writeThrottleLimit", name: "writeThrottleLimit", embedded: false, exported: false, typ: $Int32, tag: ""}, {prop: "enableWriteThrottle", name: "enableWriteThrottle", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "tmp", name: "tmp", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "queuePool", name: "queuePool", embedded: false, exported: false, typ: http2writeQueuePool, tag: ""}]);
113603
113630
  http2randomWriteScheduler.init("net/http", [{prop: "zero", name: "zero", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "sq", name: "sq", embedded: false, exported: false, typ: mapType$11, tag: ""}, {prop: "queuePool", name: "queuePool", embedded: false, exported: false, typ: http2writeQueuePool, tag: ""}]);
113604
113631
  Header.init($String, sliceType$2);
@@ -113616,13 +113643,13 @@ $packages["net/http"] = (function() {
113616
113643
  Response.init("", [{prop: "Status", name: "Status", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "StatusCode", name: "StatusCode", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Proto", name: "Proto", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "ProtoMajor", name: "ProtoMajor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ProtoMinor", name: "ProtoMinor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Uncompressed", name: "Uncompressed", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Request", name: "Request", embedded: false, exported: true, typ: ptrType$6, tag: ""}, {prop: "TLS", name: "TLS", embedded: false, exported: true, typ: ptrType$21, tag: ""}]);
113617
113644
  Handler.init([{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}]);
113618
113645
  ResponseWriter.init([{prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}]);
113619
- conn.init("net/http", [{prop: "server", name: "server", embedded: false, exported: false, typ: ptrType$51, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "rwc", name: "rwc", embedded: false, exported: false, typ: net.Conn, tag: ""}, {prop: "remoteAddr", name: "remoteAddr", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "tlsState", name: "tlsState", embedded: false, exported: false, typ: ptrType$21, tag: ""}, {prop: "werr", name: "werr", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$93, tag: ""}, {prop: "bufr", name: "bufr", embedded: false, exported: false, typ: ptrType$75, tag: ""}, {prop: "bufw", name: "bufw", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "lastMethod", name: "lastMethod", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "curReq", name: "curReq", embedded: false, exported: false, typ: atomic.Value, tag: ""}, {prop: "curState", name: "curState", embedded: false, exported: false, typ: structType$2, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hijackedv", name: "hijackedv", embedded: false, exported: false, typ: $Bool, tag: ""}]);
113620
- chunkWriter.init("net/http", [{prop: "res", name: "res", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "header", name: "header", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "chunking", name: "chunking", embedded: false, exported: false, typ: $Bool, tag: ""}]);
113621
- response.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$97, tag: ""}, {prop: "req", name: "req", embedded: false, exported: false, typ: ptrType$6, tag: ""}, {prop: "reqBody", name: "reqBody", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wroteContinue", name: "wroteContinue", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wants10KeepAlive", name: "wants10KeepAlive", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wantsClose", name: "wantsClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "canWriteContinue", name: "canWriteContinue", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "writeContinueMu", name: "writeContinueMu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "w", name: "w", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "cw", name: "cw", embedded: false, exported: false, typ: chunkWriter, tag: ""}, {prop: "handlerHeader", name: "handlerHeader", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "calledHeader", name: "calledHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "written", name: "written", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "status", name: "status", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "closeAfterReply", name: "closeAfterReply", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "requestBodyLimitHit", name: "requestBodyLimitHit", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "trailers", name: "trailers", embedded: false, exported: false, typ: sliceType$2, tag: ""}, {prop: "handlerDone", name: "handlerDone", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "dateBuf", name: "dateBuf", embedded: false, exported: false, typ: arrayType$1, tag: ""}, {prop: "clenBuf", name: "clenBuf", embedded: false, exported: false, typ: arrayType$7, tag: ""}, {prop: "statusBuf", name: "statusBuf", embedded: false, exported: false, typ: arrayType$8, tag: ""}, {prop: "closeNotifyCh", name: "closeNotifyCh", embedded: false, exported: false, typ: chanType$10, tag: ""}, {prop: "didCloseNotify", name: "didCloseNotify", embedded: false, exported: false, typ: $Int32, tag: ""}]);
113646
+ conn.init("net/http", [{prop: "server", name: "server", embedded: false, exported: false, typ: ptrType$51, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "rwc", name: "rwc", embedded: false, exported: false, typ: net.Conn, tag: ""}, {prop: "remoteAddr", name: "remoteAddr", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "tlsState", name: "tlsState", embedded: false, exported: false, typ: ptrType$21, tag: ""}, {prop: "werr", name: "werr", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "bufr", name: "bufr", embedded: false, exported: false, typ: ptrType$77, tag: ""}, {prop: "bufw", name: "bufw", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "lastMethod", name: "lastMethod", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "curReq", name: "curReq", embedded: false, exported: false, typ: atomic.Value, tag: ""}, {prop: "curState", name: "curState", embedded: false, exported: false, typ: structType$2, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hijackedv", name: "hijackedv", embedded: false, exported: false, typ: $Bool, tag: ""}]);
113647
+ chunkWriter.init("net/http", [{prop: "res", name: "res", embedded: false, exported: false, typ: ptrType$95, tag: ""}, {prop: "header", name: "header", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "chunking", name: "chunking", embedded: false, exported: false, typ: $Bool, tag: ""}]);
113648
+ response.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$98, tag: ""}, {prop: "req", name: "req", embedded: false, exported: false, typ: ptrType$6, tag: ""}, {prop: "reqBody", name: "reqBody", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wroteContinue", name: "wroteContinue", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wants10KeepAlive", name: "wants10KeepAlive", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wantsClose", name: "wantsClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "canWriteContinue", name: "canWriteContinue", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "writeContinueMu", name: "writeContinueMu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "w", name: "w", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "cw", name: "cw", embedded: false, exported: false, typ: chunkWriter, tag: ""}, {prop: "handlerHeader", name: "handlerHeader", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "calledHeader", name: "calledHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "written", name: "written", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "status", name: "status", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "closeAfterReply", name: "closeAfterReply", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "requestBodyLimitHit", name: "requestBodyLimitHit", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "trailers", name: "trailers", embedded: false, exported: false, typ: sliceType$2, tag: ""}, {prop: "handlerDone", name: "handlerDone", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "dateBuf", name: "dateBuf", embedded: false, exported: false, typ: arrayType$1, tag: ""}, {prop: "clenBuf", name: "clenBuf", embedded: false, exported: false, typ: arrayType$7, tag: ""}, {prop: "statusBuf", name: "statusBuf", embedded: false, exported: false, typ: arrayType$8, tag: ""}, {prop: "closeNotifyCh", name: "closeNotifyCh", embedded: false, exported: false, typ: chanType$10, tag: ""}, {prop: "didCloseNotify", name: "didCloseNotify", embedded: false, exported: false, typ: $Int32, tag: ""}]);
113622
113649
  writerOnly.init("", [{prop: "Writer", name: "Writer", embedded: true, exported: true, typ: io.Writer, tag: ""}]);
113623
113650
  readResult.init("net/http", [{prop: "_$0", name: "_", embedded: false, exported: false, typ: incomparable, tag: ""}, {prop: "n", name: "n", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "err", name: "err", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "b", name: "b", embedded: false, exported: false, typ: $Uint8, tag: ""}]);
113624
- connReader.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$97, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hasByte", name: "hasByte", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "byteBuf", name: "byteBuf", embedded: false, exported: false, typ: arrayType$6, tag: ""}, {prop: "cond", name: "cond", embedded: false, exported: false, typ: ptrType$74, tag: ""}, {prop: "inRead", name: "inRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "aborted", name: "aborted", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "remain", name: "remain", embedded: false, exported: false, typ: $Int64, tag: ""}]);
113625
- expectContinueReader.init("net/http", [{prop: "resp", name: "resp", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "readCloser", name: "readCloser", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: atomicBool, tag: ""}]);
113651
+ connReader.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$98, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hasByte", name: "hasByte", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "byteBuf", name: "byteBuf", embedded: false, exported: false, typ: arrayType$6, tag: ""}, {prop: "cond", name: "cond", embedded: false, exported: false, typ: ptrType$73, tag: ""}, {prop: "inRead", name: "inRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "aborted", name: "aborted", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "remain", name: "remain", embedded: false, exported: false, typ: $Int64, tag: ""}]);
113652
+ expectContinueReader.init("net/http", [{prop: "resp", name: "resp", embedded: false, exported: false, typ: ptrType$95, tag: ""}, {prop: "readCloser", name: "readCloser", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: atomicBool, tag: ""}]);
113626
113653
  extraHeader.init("net/http", [{prop: "contentType", name: "contentType", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "connection", name: "connection", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "transferEncoding", name: "transferEncoding", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "date", name: "date", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: sliceType$4, tag: ""}]);
113627
113654
  closeWriter.init([{prop: "CloseWrite", name: "CloseWrite", pkg: "", typ: $funcType([], [$error], false)}]);
113628
113655
  statusError.init("net/http", [{prop: "code", name: "code", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "text", name: "text", embedded: false, exported: false, typ: $String, tag: ""}]);
@@ -113634,9 +113661,9 @@ $packages["net/http"] = (function() {
113634
113661
  serverHandler.init("net/http", [{prop: "srv", name: "srv", embedded: false, exported: false, typ: ptrType$51, tag: ""}]);
113635
113662
  onceCloseListener.init("net/http", [{prop: "Listener", name: "Listener", embedded: true, exported: true, typ: net.Listener, tag: ""}, {prop: "once", name: "once", embedded: false, exported: false, typ: sync.Once, tag: ""}, {prop: "closeErr", name: "closeErr", embedded: false, exported: false, typ: $error, tag: ""}]);
113636
113663
  globalOptionsHandler.init("", []);
113637
- initALPNRequest.init("net/http", [{prop: "ctx", name: "ctx", embedded: false, exported: false, typ: context.Context, tag: ""}, {prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$101, tag: ""}, {prop: "h", name: "h", embedded: false, exported: false, typ: serverHandler, tag: ""}]);
113664
+ initALPNRequest.init("net/http", [{prop: "ctx", name: "ctx", embedded: false, exported: false, typ: context.Context, tag: ""}, {prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$76, tag: ""}, {prop: "h", name: "h", embedded: false, exported: false, typ: serverHandler, tag: ""}]);
113638
113665
  loggingConn.init("net/http", [{prop: "name", name: "name", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "Conn", name: "Conn", embedded: true, exported: true, typ: net.Conn, tag: ""}]);
113639
- checkConnErrorWriter.init("net/http", [{prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$97, tag: ""}]);
113666
+ checkConnErrorWriter.init("net/http", [{prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$98, tag: ""}]);
113640
113667
  sniffSig.init([{prop: "match", name: "match", pkg: "net/http", typ: $funcType([sliceType$4, $Int], [$String], false)}]);
113641
113668
  exactSig.init("net/http", [{prop: "sig", name: "sig", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "ct", name: "ct", embedded: false, exported: false, typ: $String, tag: ""}]);
113642
113669
  maskedSig.init("net/http", [{prop: "mask", name: "mask", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "pat", name: "pat", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "skipWS", name: "skipWS", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "ct", name: "ct", embedded: false, exported: false, typ: $String, tag: ""}]);
@@ -113645,11 +113672,11 @@ $packages["net/http"] = (function() {
113645
113672
  textSig.init("", []);
113646
113673
  errorReader.init("net/http", [{prop: "err", name: "err", embedded: false, exported: false, typ: $error, tag: ""}]);
113647
113674
  byteReader.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "done", name: "done", embedded: false, exported: false, typ: $Bool, tag: ""}]);
113648
- transferWriter.init("net/http", [{prop: "Method", name: "Method", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.Reader, tag: ""}, {prop: "BodyCloser", name: "BodyCloser", embedded: false, exported: true, typ: io.Closer, tag: ""}, {prop: "ResponseToHEAD", name: "ResponseToHEAD", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "IsResponse", name: "IsResponse", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "bodyReadError", name: "bodyReadError", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "FlushHeaders", name: "FlushHeaders", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ByteReadCh", name: "ByteReadCh", embedded: false, exported: true, typ: chanType$12, tag: ""}]);
113675
+ transferWriter.init("net/http", [{prop: "Method", name: "Method", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.Reader, tag: ""}, {prop: "BodyCloser", name: "BodyCloser", embedded: false, exported: true, typ: io.Closer, tag: ""}, {prop: "ResponseToHEAD", name: "ResponseToHEAD", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "IsResponse", name: "IsResponse", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "bodyReadError", name: "bodyReadError", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "FlushHeaders", name: "FlushHeaders", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ByteReadCh", name: "ByteReadCh", embedded: false, exported: true, typ: chanType$11, tag: ""}]);
113649
113676
  transferReader.init("", [{prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "StatusCode", name: "StatusCode", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "RequestMethod", name: "RequestMethod", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "ProtoMajor", name: "ProtoMajor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ProtoMinor", name: "ProtoMinor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Chunked", name: "Chunked", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}]);
113650
113677
  unsupportedTEError.init("net/http", [{prop: "err", name: "err", embedded: false, exported: false, typ: $String, tag: ""}]);
113651
- body.init("net/http", [{prop: "src", name: "src", embedded: false, exported: false, typ: io.Reader, tag: ""}, {prop: "hdr", name: "hdr", embedded: false, exported: false, typ: $emptyInterface, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$75, tag: ""}, {prop: "closing", name: "closing", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "doEarlyClose", name: "doEarlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "earlyClose", name: "earlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "onHitEOF", name: "onHitEOF", embedded: false, exported: false, typ: funcType, tag: ""}]);
113652
- bodyLocked.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: ptrType$96, tag: ""}]);
113678
+ body.init("net/http", [{prop: "src", name: "src", embedded: false, exported: false, typ: io.Reader, tag: ""}, {prop: "hdr", name: "hdr", embedded: false, exported: false, typ: $emptyInterface, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$77, tag: ""}, {prop: "closing", name: "closing", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "doEarlyClose", name: "doEarlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "earlyClose", name: "earlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "onHitEOF", name: "onHitEOF", embedded: false, exported: false, typ: funcType, tag: ""}]);
113679
+ bodyLocked.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: ptrType$97, tag: ""}]);
113653
113680
  finishAsyncByteRead.init("net/http", [{prop: "tw", name: "tw", embedded: false, exported: false, typ: ptrType$105, tag: ""}]);
113654
113681
  bufioFlushWriter.init("net/http", [{prop: "w", name: "w", embedded: false, exported: false, typ: io.Writer, tag: ""}]);
113655
113682
  readTrackingBody.init("net/http", [{prop: "ReadCloser", name: "ReadCloser", embedded: true, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "didRead", name: "didRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "didClose", name: "didClose", embedded: false, exported: false, typ: $Bool, tag: ""}]);
@@ -113740,6 +113767,7 @@ $packages["net/http"] = (function() {
113740
113767
  }))]);
113741
113768
  http2errReadEmpty = errors.New("read from empty dataBuffer");
113742
113769
  http2errCodeName = $makeMap(http2ErrCode.keyFor, [{ k: 0, v: "NO_ERROR" }, { k: 1, v: "PROTOCOL_ERROR" }, { k: 2, v: "INTERNAL_ERROR" }, { k: 3, v: "FLOW_CONTROL_ERROR" }, { k: 4, v: "SETTINGS_TIMEOUT" }, { k: 5, v: "STREAM_CLOSED" }, { k: 6, v: "FRAME_SIZE_ERROR" }, { k: 7, v: "REFUSED_STREAM" }, { k: 8, v: "CANCEL" }, { k: 9, v: "COMPRESSION_ERROR" }, { k: 10, v: "CONNECT_ERROR" }, { k: 11, v: "ENHANCE_YOUR_CALM" }, { k: 12, v: "INADEQUATE_SECURITY" }, { k: 13, v: "HTTP_1_1_REQUIRED" }]);
113770
+ http2errFromPeer = errors.New("received from peer");
113743
113771
  http2errMixPseudoHeaderTypes = errors.New("mix of request and response pseudo headers");
113744
113772
  http2errPseudoAfterRegular = errors.New("pseudo header field after regular");
113745
113773
  http2padZeros = $makeSlice(sliceType$4, 255);
@@ -113807,6 +113835,7 @@ $packages["net/http"] = (function() {
113807
113835
  http2errStopReqBodyWrite = errors.New("http2: aborting request body write");
113808
113836
  http2errStopReqBodyWriteAndCancel = errors.New("http2: canceling request");
113809
113837
  http2errReqBodyTooLong = errors.New("http2: request body larger than specified content length");
113838
+ http2errNilRequestURL = errors.New("http2: Request.URI is nil");
113810
113839
  http2errClosedResponseBody = errors.New("http2: response body closed");
113811
113840
  http2errResponseHeaderListSize = errors.New("http2: response header list larger than advertised limit");
113812
113841
  http2errRequestHeaderListSize = errors.New("http2: request header list larger than peer's advertised limit");
@@ -136681,20 +136710,20 @@ $packages["github.com/nuberu/webgl"] = (function() {
136681
136710
  h = ($pointerOfStructConversion(((s$8.$ptr || (s$8.$ptr = new ptrType$1(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$8)))), ptrType));
136682
136711
  $s = -1; return ((h)).$get();
136683
136712
  /* } else if ($assertType(_ref, sliceType$1, true)[1]) { */ case 2:
136684
- s$3[0] = _ref.$val;
136685
- h$1 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136713
+ s$9[0] = _ref.$val;
136714
+ h$1 = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136686
136715
  h$1.Len = $imul(h$1.Len, (2));
136687
136716
  h$1.Cap = $imul(h$1.Cap, (2));
136688
136717
  $s = -1; return ((h$1)).$get();
136689
136718
  /* } else if ($assertType(_ref, sliceType$2, true)[1]) { */ case 3:
136690
- s$9[0] = _ref.$val;
136691
- h$2 = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136719
+ s$4[0] = _ref.$val;
136720
+ h$2 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136692
136721
  h$2.Len = $imul(h$2.Len, (4));
136693
136722
  h$2.Cap = $imul(h$2.Cap, (4));
136694
136723
  $s = -1; return ((h$2)).$get();
136695
136724
  /* } else if ($assertType(_ref, sliceType$3, true)[1]) { */ case 4:
136696
- s$4[0] = _ref.$val;
136697
- h$3 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136725
+ s$5[0] = _ref.$val;
136726
+ h$3 = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136698
136727
  h$3.Len = $imul(h$3.Len, (8));
136699
136728
  h$3.Cap = $imul(h$3.Cap, (8));
136700
136729
  $s = -1; return ((h$3)).$get();
@@ -136702,14 +136731,14 @@ $packages["github.com/nuberu/webgl"] = (function() {
136702
136731
  s$10 = _ref.$val;
136703
136732
  $s = -1; return s$10;
136704
136733
  /* } else if ($assertType(_ref, sliceType$5, true)[1]) { */ case 6:
136705
- s$5[0] = _ref.$val;
136706
- h$4 = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136734
+ s$6[0] = _ref.$val;
136735
+ h$4 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136707
136736
  h$4.Len = $imul(h$4.Len, (2));
136708
136737
  h$4.Cap = $imul(h$4.Cap, (2));
136709
136738
  $s = -1; return ((h$4)).$get();
136710
136739
  /* } else if ($assertType(_ref, sliceType$6, true)[1]) { */ case 7:
136711
- s$6[0] = _ref.$val;
136712
- h$5 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136740
+ s$2[0] = _ref.$val;
136741
+ h$5 = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136713
136742
  h$5.Len = $imul(h$5.Len, (4));
136714
136743
  h$5.Cap = $imul(h$5.Cap, (4));
136715
136744
  $s = -1; return ((h$5)).$get();
@@ -136720,14 +136749,14 @@ $packages["github.com/nuberu/webgl"] = (function() {
136720
136749
  h$6.Cap = $imul(h$6.Cap, (8));
136721
136750
  $s = -1; return ((h$6)).$get();
136722
136751
  /* } else if ($assertType(_ref, sliceType$8, true)[1]) { */ case 9:
136723
- s$1[0] = _ref.$val;
136724
- h$7 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136752
+ s$3[0] = _ref.$val;
136753
+ h$7 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136725
136754
  h$7.Len = $imul(h$7.Len, (4));
136726
136755
  h$7.Cap = $imul(h$7.Cap, (4));
136727
136756
  $s = -1; return ((h$7)).$get();
136728
136757
  /* } else if ($assertType(_ref, sliceType$9, true)[1]) { */ case 10:
136729
- s$2[0] = _ref.$val;
136730
- h$8 = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136758
+ s$1[0] = _ref.$val;
136759
+ h$8 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136731
136760
  h$8.Len = $imul(h$8.Len, (8));
136732
136761
  h$8.Cap = $imul(h$8.Cap, (8));
136733
136762
  $s = -1; return ((h$8)).$get();