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 }}
Yurunsoft
/
YurunHttp
Public
Notifications
You must be signed in to change notification settings
Fork
56
Star
260
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
优化代码
- #38
#38
Merged
Yurunsoft
merged 10 commits into
v5
Yurunsoft/YurunHttp:v5
from
fix-20260708
Yurunsoft/YurunHttp:fix-20260708
Copy head branch name to clipboard
Jul 8, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
优化代码
#38
Yurunsoft
merged 10 commits into
v5
Yurunsoft/YurunHttp:v5
from
fix-20260708
Yurunsoft/YurunHttp:fix-20260708
Copy head branch name to clipboard
Commits
Commits on Jul 8, 2026
修复 rawHeader/rawHeaders 处理不含冒号的行时产生未定义索引警告
Yurunsoft
committed
eb1d000
View commit details
Copy full SHA for eb1d000
Browse repository at this point
修复 get() 在已有查询参数时拼接请求体的逻辑
Yurunsoft
committed
88a51ec
View commit details
Copy full SHA for 88a51ec
Browse repository at this point
修复保存文件时 fopen 失败未抛出异常的问题
Yurunsoft
committed
e38cac1
View commit details
Copy full SHA for e38cac1
Browse repository at this point
优化 Curl 并发请求轮询,使用 curl_multi_select 替代固定延时
Yurunsoft
committed
1c52670
View commit details
Copy full SHA for 1c52670
Browse repository at this point
将 Curl Handler 中的松散比较改为严格比较
Yurunsoft
committed
03eb9f7
View commit details
Copy full SHA for 03eb9f7
Browse repository at this point
移除 Swoole 并发请求中重复的 beginTime 赋值
Yurunsoft
committed
8fdf0b5
View commit details
Copy full SHA for 8fdf0b5
Browse repository at this point
修复 Swoole 连接池 Channel 容量未根据最大连接数设置的问题
Yurunsoft
committed
74b2313
View commit details
Copy full SHA for 74b2313
Browse repository at this point
curl_multi_select 返回 -1 时回退为 usleep(250)
Yurunsoft
committed
a51bfa4
View commit details
Copy full SHA for a51bfa4
Browse repository at this point
格式化代码
Yurunsoft
committed
5ca49d6
View commit details
Copy full SHA for 5ca49d6
Browse repository at this point
连接池容量测试在无 Swoole 环境(如 Windows)下跳过
Yurunsoft
committed
c15e4be
View commit details
Copy full SHA for c15e4be
Browse repository at this point
You can’t perform that action at this time.