dart-lang / http2

A HTTP/2 implementation for dart.

Home Page:https://pub.dev/packages/http2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function debugPrintingConnection is not defined

sethladd opened this issue · comments

Line 11 of server.dart has this: import 'package:http2/src/debug.dart' hide print; but there's not debug.dart in lib/src