nextcloud / nextcloud/android

Full HTTP/2 support

Open
#2,681 10 comments 10 reactions 0 assignees View on GitHub
connectivity enhancement performance 🚀 technical debt
Dominant language
Kotlin
Stars
5.6k
Forks
2k
Avg merge
2d 18h
Merged PRs (30d)
92

Description

### Actual behaviour
- After enabling http2 on my server (changed to php7.2-fpm) i noticed that only the android client is not yet able to speak http2

### Expected behaviour
- Like every actual browser and the Nextcloud-iOS/2.20.8 client. They work fine.

### Environment data
Android version: 6.0.1

Device model: SM-G900F (Galaxy S5)

Stock or customized system: stock

Nextcloud app version: Nextcloud-dev Ver. 20180526

Nextcloud server version: 13.0.2.1

### Logs
#### Web server log
```
192.168.188.42 - - [04/Jun/2018:10:23:13 +0200] "GET /nc/ocs/v1.php/cloud/capabilities?format=json HTTP/1.1" 200 2777 "-" "Mozilla/5.0 (Android) ownCloud-android/20180526"
192.168.188.42 - - [04/Jun/2018:10:23:13 +0200] "GET /nc/ocs/v1.php/cloud/user?format=json HTTP/1.1" 200 1198 "-" "Mozilla/5.0 (Android) ownCloud-android/20180526"
192.168.188.42 - - [04/Jun/2018:10:23:13 +0200] "PROPFIND /nc/remote.php/webdav/ HTTP/1.1" 207 1450 "-" "Mozilla/5.0 (Android) Nextcloud-android/20180526"
192.168.188.42 - - [04/Jun/2018:10:23:13 +0200] "PROPFIND /nc/remote.php/webdav/ HTTP/1.1" 207 11866 "-" "Mozilla/5.0 (Android) Nextcloud-android/20180526"
192.168.188.42 - - [04/Jun/2018:10:23:13 +0200] "GET /nc/ocs/v2.php/apps/files_sharing/api/v1/shares?path=%2F&reshares=true&subfiles=true HTTP/1.1" 200 1632 "-" "Mozilla/5.0 (Android) ownCloud-android/20180526"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.