Closed
Description
This issue was originally filed by @austincummings
What steps will reproduce the problem?
- Have the attached pubspec
- Run pub get
What is the expected output? What do you see instead?
Pub to finish, it just stalled with the time frozen...
Resolving dependencies... (2:44.4s)
What version of the product are you using?
v1.9.3
On what operating system?
Red Hat 6.6
What browser (if applicable)?
N/A
Please provide any additional information below.
Will provide pub verbose output on request. Is very large.
Attachment:
pubspec.yaml (516 Bytes)
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
DartBot commentedon Apr 17, 2015
This comment was originally written by @austincummings
Pub finally quit after sitting there for 14 minutes.
Resolving dependencies... (14:26.6s)
Connection closed before full header was received
sgjesse commentedon Apr 23, 2015
This is most likely due to the dependency resolver taking long to complete.
The error "Connection closed before full header was received" should be fixed by the change mentioned on http://code.google.com/p/dart/issues/detail?id=21798. That change should go into 1.10.
Added Area-Pub, Triaged labels.
nex3 commentedon Apr 23, 2015
Running this locally, it looks like redstone isn't compatible with the latest version of shelf, which may be the root cause of the whole issue.
Added Duplicate label.
Marked as being merged into #17429.
DartBot commentedon Jun 4, 2015
This issue has been moved to dart-lang/pub#10.