Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aslakhellesoy
/
eventsource-java
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
27
Code
Issues
2
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Some connection sanity
- #4
#4
Open
Lokomojo
wants to merge 13 commits into
aslakhellesoy:master
aslakhellesoy/eventsource-java:master
from
Lokomojo:master
Lokomojo/eventsource-java:master
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Some connection sanity
#4
Lokomojo
wants to merge 13 commits into
aslakhellesoy:master
aslakhellesoy/eventsource-java:master
from
Lokomojo:master
Lokomojo/eventsource-java:master
Copy head branch name to clipboard
Commits
Commits on May 14, 2014
Added support for HTTPS connections. Added support for custom HTTP request headers. Added EventSource state updates for OPEN and CLOSED.
whizzosoftware
committed
4ea8d82
View commit details
Copy full SHA for 4ea8d82
Browse repository at this point
Commits on May 15, 2014
Removed SSL-specific classes.
whizzosoftware
committed
df2ce71
View commit details
Copy full SHA for df2ce71
Browse repository at this point
Added some comments.
whizzosoftware
committed
d18efa1
View commit details
Copy full SHA for d18efa1
Browse repository at this point
Commits on May 16, 2014
Added SNAPSHOT to version.
whizzosoftware
committed
12e4c0b
View commit details
Copy full SHA for 12e4c0b
Browse repository at this point
Commits on May 30, 2014
Re-set the URI when reconnecting to avoid a perpetual unresolved address condition
Lokomojo
committed
4b41165
View commit details
Copy full SHA for 4b41165
Browse repository at this point
Add OnClosed event to notify if the eventsource gets dropped temporarily
Lokomojo
committed
cf78b2b
View commit details
Copy full SHA for cf78b2b
Browse repository at this point
Merge branch 'master' of github.com:whizzosoftware/eventsource-java into SSL
Show description for 40a57d9
Lokomojo
committed
40a57d9
View commit details
Copy full SHA for 40a57d9
Browse repository at this point
Fix a couple of merge issues relating to the rescoped url variable and the new event
Lokomojo
committed
5b3b5a4
View commit details
Copy full SHA for 5b3b5a4
Browse repository at this point
Calculate port based on schema if the port is not explicitly set
Lokomojo
committed
0105269
View commit details
Copy full SHA for 0105269
Browse repository at this point
Use the correct origin in the case of an SSL connection
Lokomojo
committed
4d19073
View commit details
Copy full SHA for 4d19073
Browse repository at this point
If we haven't been provided an SSLEngine, why not create one? :)
Lokomojo
committed
f3f7dc7
View commit details
Copy full SHA for f3f7dc7
Browse repository at this point
Commits on May 31, 2014
Implement SSLEngineFactory to ensure we can get a fresh SSLEngine when we need to reconnect.
Lokomojo
committed
4615a10
View commit details
Copy full SHA for 4615a10
Browse repository at this point
Ensure we also validate the port correctly in the channel handler
Lokomojo
committed
1657a1e
View commit details
Copy full SHA for 1657a1e
Browse repository at this point
You can’t perform that action at this time.